Skip to content

Commit

Permalink
ci: adjust concurrency rules
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 19, 2024
1 parent dc6e439 commit ea85882
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devilutionx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eduke32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbneo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ffplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lakesnes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mednafen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/offact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
payload-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svtplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tvh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down

0 comments on commit ea85882

Please sign in to comment.