Skip to content

Commit

Permalink
Remove cancel-workflow-action from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Oct 2, 2024
1 parent 7d518ab commit 0567d55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ on:
paths:
- .github/workflows/ci.yml

concurrency: ${{ github.workflow }}--${{ github.ref }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
main:
name: Node.js LTS
runs-on: ubuntu-latest

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]

- name: Checkout Repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 0567d55

Please sign in to comment.