1 parent 7b2d00e commit cfc73e9Copy full SHA for cfc73e9
1 file changed
.github/workflows/precommit.yml
@@ -3,15 +3,10 @@ name: Precommit
3
on:
4
pull_request:
5
6
-concurrency:
7
- group: ${{ github.workflow }}-${{ github.ref }}
8
- cancel-in-progress: true
9
-
10
jobs:
11
test:
12
name: Precommit
13
- runs-on: X64
14
- if: github.repository_owner == 'deepmodeling'
+ runs-on: ubuntu-latest
15
container:
16
image: ghcr.io/deepmodeling/abacus-gnu
17
volumes:
0 commit comments