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 54898a3 commit cc95c74Copy full SHA for cc95c74
2 files changed
.github/workflows/CPUTests.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- '**'
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
cpu:
14
name: "CPU tests"
.github/workflows/UnitTests.yml
@@ -26,6 +26,10 @@ on:
26
# Run the job every 12 hours
27
- cron: '0 */12 * * *'
28
29
30
31
32
33
34
build:
35
strategy:
0 commit comments