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 4e8d406 commit 24e322aCopy full SHA for 24e322a
.github/workflows/frontend.yml
@@ -6,6 +6,12 @@ on:
6
- master
7
pull_request:
8
9
+# Cancel in progress workflows on pull_requests.
10
+# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
+ cancel-in-progress: true
14
+
15
# hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
16
env:
17
SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
0 commit comments