Skip to content

Commit

Permalink
test if registry1 is too big
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Aug 6, 2024
1 parent e72b0d7 commit 901632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:
jobs:
run-test:
name: ${{ matrix.type }} ${{ matrix.flavor }}
runs-on: ${{ matrix.flavor == 'registry1' && matrix.type == 'upgrade' && 'uds-swf-ubuntu-big-boy-4-core' || 'ubuntu-latest' }}
runs-on: ${{ matrix.flavor == 'registry1' && 'uds-swf-ubuntu-big-boy-4-core' || 'ubuntu-latest' }}
timeout-minutes: 20
strategy:
matrix:
Expand Down

0 comments on commit 901632e

Please sign in to comment.