Skip to content

Commit

Permalink
enable CI itests for all archs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 14, 2023
1 parent 7360c33 commit 54e294b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
build-arch: ${{ matrix.arch }}
checkout-repo: ${{ github.event.pull_request.head.repo.full_name }}
checkout-ref: ${{ github.event.pull_request.head.ref }}
skip-itests: ${{ matrix.arch != 'amd64' }}
secrets: inherit
if: github.repository_owner == 'cryostatio' && contains(github.event.pull_request.labels.*.name, 'safe-to-test')

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
secrets: inherit
with:
build-arch: arm64
skip-itests: true
if: github.repository_owner == 'cryostatio'
push-to-quay:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54e294b

Please sign in to comment.