Skip to content

Commit 674e961

Browse files
committed
Run arm tests
1 parent cd167e5 commit 674e961

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
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:
@@ -80,9 +80,9 @@ jobs:
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:

0 commit comments

Comments
 (0)