Skip to content

Commit

Permalink
swap cancellation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jan 30, 2024
1 parent b1ec701 commit 348e169
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: Deploy tests
on:
pull_request:

jobs:
cancel-previous-runs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
assess-file-changes:
uses: catalystneuro/tqdm_publisher/.github/workflows/assess-file-changes.yml@main

Expand Down

0 comments on commit 348e169

Please sign in to comment.