We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071453d commit cca2da1Copy full SHA for cca2da1
.forgejo/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
concurrency:
9
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
10
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
11
permissions:
12
contents: read
13
jobs:
0 commit comments