Skip to content

Commit

Permalink
add auto cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 17, 2024
1 parent 2eadabd commit 1703444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dailiy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 16 * * *" # Daily at noon EST

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

jobs:

run-daily-tests:
Expand Down

0 comments on commit 1703444

Please sign in to comment.