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 7dc6bd8 commit 3050774Copy full SHA for 3050774
.github/workflows/CI.yml
@@ -6,6 +6,12 @@ on:
6
branches:
7
- main
8
tags: '*'
9
+
10
+# Cancel redundant CI tests automatically
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
jobs:
16
run_tests:
17
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments