File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 58
58
# To save arm64 runner resources, we run the tests only on main
59
59
# and only for full-stack image (same for integration tests below).
60
60
test-arm64 :
61
- if : >-
62
- github.repository == 'aiidalab/aiidalab-docker-stack'
63
- && (github.ref_type == 'tag' || github.ref_name == 'main')
61
+ # if: >-
62
+ # github.repository == 'aiidalab/aiidalab-docker-stack'
63
+ # && (github.ref_type == 'tag' || github.ref_name == 'main')
64
64
needs : build
65
65
uses : ./.github/workflows/test.yml
66
66
with :
80
80
runner : [ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm]
81
81
isPR :
82
82
- ${{ github.event_name == 'pull_request' }}
83
- exclude :
84
- - isPR : true
85
- runner : buildjet-4vcpu-ubuntu-2204-arm
83
+ # exclude:
84
+ # - isPR: true
85
+ # runner: buildjet-4vcpu-ubuntu-2204-arm
86
86
87
87
uses : ./.github/workflows/test.yml
88
88
with :
You can’t perform that action at this time.
0 commit comments