We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f93a7f commit 93115fdCopy full SHA for 93115fd
.github/workflows/build.yml
@@ -8,9 +8,6 @@ on:
8
9
jobs:
10
build:
11
- concurrency:
12
- group: build-${{ github.event_name }}-${{ github.ref }}
13
- cancel-in-progress: true
14
runs-on: ${{ matrix.runner }}
15
strategy:
16
fail-fast: false
0 commit comments