Skip to content

Commit e2f1dfa

Browse files
committed
updates
1 parent e197597 commit e2f1dfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/custom_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
branches:
99
- main
1010

11+
concurrency:
12+
group: custom_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
13+
cancel-in-progress: true
14+
15+
env:
16+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
17+
1118
jobs:
1219
float8-test:
1320
runs-on: amz2023.linux.g6.4xlarge.experimental.nvidia.gpu

0 commit comments

Comments
 (0)