Skip to content

Commit

Permalink
Fixing pre-mature merge
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jun 16, 2021
1 parent 0e29174 commit 20c618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.workflow }}
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 20c618f

Please sign in to comment.