Skip to content

Commit cfc73e9

Browse files
committed
Run precommit on GitHub Action runner
1 parent 7b2d00e commit cfc73e9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/precommit.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ name: Precommit
33
on:
44
pull_request:
55

6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}
8-
cancel-in-progress: true
9-
106
jobs:
117
test:
128
name: Precommit
13-
runs-on: X64
14-
if: github.repository_owner == 'deepmodeling'
9+
runs-on: ubuntu-latest
1510
container:
1611
image: ghcr.io/deepmodeling/abacus-gnu
1712
volumes:

0 commit comments

Comments
 (0)