We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ee47d commit 36cca5bCopy full SHA for 36cca5b
.github/workflows/tests.yml
@@ -7,6 +7,13 @@ on:
7
- main
8
9
10
+
11
+# Cancel running workflows for updated PRs
12
+# https://turso.tech/blog/simple-trick-to-save-environment-and-money-when-using-github-actions
13
+concurrency:
14
+ group: ${{ github.workflow}}-${{ github.event.pull_request.number || github.ref }}
15
+ cancel-in-progress: true
16
17
# Tests are split into multiple jobs to accelerate the CI.
18
# Different jobs should be organized to take approximately the same
19
# time to complete (and not be prohibitely slow).
0 commit comments