Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1525 fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Oct 16, 2024
1 parent b1fd788 commit 93af157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [devel]

concurrency:
group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || (github.event_name == 'push' && github.ref == 'refs/heads/main' && 'main-branch') || 'push-pr-devel' }}
group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || 'push-pr-devel' }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 93af157

Please sign in to comment.