Skip to content

Commit

Permalink
Merge pull request #9 from bcressey/no-concurrent-cache
Browse files Browse the repository at this point in the history
avoid concurrent cache workflows
  • Loading branch information
bcressey authored Jun 19, 2024
2 parents 6939dd2 + 8397a4c commit 9ccd70a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_32-core
concurrency:
group: cache-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
# Install dependencies for twoliter and cargo-make.
Expand Down

0 comments on commit 9ccd70a

Please sign in to comment.