Skip to content

Commit

Permalink
cancel concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Ageev committed Apr 5, 2024
1 parent 942be93 commit ccb2bdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
schedule:
- cron: '30 13 * * *'

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

jobs:
build:
runs-on: ${{ matrix.os }}
concurrency:
group: "build"
cancel-in-progress: true
strategy:
matrix:
os:
Expand Down

0 comments on commit ccb2bdd

Please sign in to comment.