File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Dynamic Analysis
22
33on :
44 schedule :
5- - cron : ' 0 20 * * *'
5+ - cron : ' 0 3 * * *'
66 workflow_dispatch :
77 inputs :
88 name :
1414 test :
1515 name : Do the job on the runner
1616 runs-on : self-hosted
17+ if : github.repository_owner == 'deepmodeling'
1718 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1819 steps :
1920 - name : Checkout
Original file line number Diff line number Diff line change 66jobs :
77 clang-tidy :
88 runs-on : self-hosted
9+ if : github.repository_owner == 'deepmodeling'
910 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1011 steps :
1112 - name : Checkout Pull Request
Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - tryEigen
8- jobs :
98
9+ jobs :
1010 test :
1111 name : Do the job on the runner
1212 runs-on : self-hosted
13+ if : github.repository_owner == 'deepmodeling'
1314 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1415 steps :
1516 - name : Checkout
You can’t perform that action at this time.
0 commit comments