We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea100 commit c77f1b9Copy full SHA for c77f1b9
.github/workflows/build-and-test.yaml
@@ -4,11 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_dispatch:
8
9
concurrency:
10
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
11
- cancel-in-progress: true
+ # Ensures sequential execution of this workflow
+ group: ${{ github.workflow }}
+ cancel-in-progress: false
12
13
env:
14
CC: /usr/lib/ccache/gcc
0 commit comments