Skip to content

Commit

Permalink
chore(ci): add concurrency.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jul 14, 2023
1 parent 30c6d1a commit 49fa365
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kernel_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
schedule:
- cron: '0 8 * * *' # every day at 8am

# Checks if any concurrent jobs under the same pull request or branch are being executed
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test-kernels:
name: build-latest-kernel
Expand Down

0 comments on commit 49fa365

Please sign in to comment.