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 985d860 commit 10cd901Copy full SHA for 10cd901
.github/workflows/flaky-test-detector.yml
@@ -13,6 +13,12 @@ env:
13
nx-Linux-${{ github.ref }}
14
nx-Linux
15
16
+# Cancel in progress workflows on pull_requests.
17
+# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
18
+concurrency:
19
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
20
+ cancel-in-progress: true
21
+
22
jobs:
23
flaky-detector:
24
runs-on: ubuntu-20.04
0 commit comments