We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c6cdc commit 6036f13Copy full SHA for 6036f13
1 file changed
.github/workflows/ci.yml
@@ -9,10 +9,6 @@ on:
9
- develop
10
- master
11
12
-concurrency:
13
- group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.run_number || github.event.pull_request.number }}
14
- cancel-in-progress: true
15
-
16
jobs:
17
build:
18
name: Build
0 commit comments