Skip to content

Commit

Permalink
Add cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Oct 3, 2023
1 parent 9c945be commit c7596d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
BYOND_MINOR: "1589"
SPACEMAN_DMM_VERSION: suite-1.7.3

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

jobs:
PreFlight:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: DreamChecker
strategy:
fail-fast: false
matrix:
map_path: [example, sierra, away_sites_testing]
steps:
Expand Down

0 comments on commit c7596d0

Please sign in to comment.