Skip to content

Commit

Permalink
fix concurrency for castro-development (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Dec 19, 2023
1 parent d742816 commit 925e0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/castro-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Castro development
on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-apps
group: ${{ github.ref }}-${{ github.head_ref }}-apps-dev
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 925e0ce

Please sign in to comment.