Skip to content

Commit

Permalink
Merge pull request #169 from AsyncAlgoTrading/timkpaine-patch-2
Browse files Browse the repository at this point in the history
Cancel in-progress CI
  • Loading branch information
timkpaine committed Feb 24, 2022
2 parents fc8dc9f + ff04d91 commit 27ad596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
# run on sunday nights
- cron: '0 0 * * 0'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 27ad596

Please sign in to comment.