Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed May 10, 2024
1 parent 580804b commit 503d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
needs:
- get-workflow-version
- collect-integration-tests
runs-on: ${{ matrix.groups.runner || needs.collect-integration-tests.outputs.default_runner }}
runs-on: ${{ matrix.groups.runner || 'ubuntu-latest' }}
timeout-minutes: 120
steps:
- name: Free up disk space
Expand Down

0 comments on commit 503d6af

Please sign in to comment.