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 7978a53 commit 3d49027Copy full SHA for 3d49027
.github/workflows/test-library.yml
@@ -16,11 +16,6 @@ jobs:
16
# The timeout is run time after a runner starts, not time in queue
17
timeout-minutes: 15
18
19
- concurrency:
20
- # Avoid duplicate runs on the same ref
21
- group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.head.sha || github.sha }}
22
- cancel-in-progress: false
23
-
24
strategy:
25
fail-fast: false
26
0 commit comments