Skip to content

Commit

Permalink
Run amd64 integration tests on public github actions runners (#2720)
Browse files Browse the repository at this point in the history
The namespace cloud runners are nice, but a little expensive (compared
to free).
  • Loading branch information
brancz authored Apr 18, 2024
2 parents 0cac9c5 + b392a76 commit 7d49871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip-check:
name: Skip check
continue-on-error: true
runs-on: nscloud-ubuntu-22.04-amd64-4x16
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip-check.outputs.should_skip }}
permissions:
Expand Down

0 comments on commit 7d49871

Please sign in to comment.