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 5858 # To save arm64 runner resources, we run the tests only on main
5959 # and only for full-stack image (same for integration tests below).
6060 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')
6464 needs : build
6565 uses : ./.github/workflows/test.yml
6666 with :
8080 runner : [ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm]
8181 isPR :
8282 - ${{ 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
8686
8787 uses : ./.github/workflows/test.yml
8888 with :
You can’t perform that action at this time.
0 commit comments