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 a21dd7d commit 1b7c3c3Copy full SHA for 1b7c3c3
.github/workflows/pr_quality.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- main
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
check_code_quality:
17
runs-on: ubuntu-latest
.github/workflows/pr_tests.yml
@@ -5,6 +5,10 @@ on:
5
6
7
env:
HF_HOME: /mnt/cache
OMP_NUM_THREADS: 8
0 commit comments