Skip to content

Commit

Permalink
also add auto-cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Oct 18, 2022
1 parent 0e9dd27 commit 2e1c021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
pull_request:

jobs:
cancel-previous-runs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]

assess-file-changes:
uses: neurodatawithoutborders/nwbinspector/.github/workflows/assess-file-changes.yml@dev

Expand Down

0 comments on commit 2e1c021

Please sign in to comment.