Skip to content

Commit

Permalink
Update operator-workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Feb 1, 2024
1 parent 7bed175 commit d572900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
integration-test:
name: Integration Test
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@test-runs-on
secrets: inherit
with:
extra-arguments: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
uses: canonical/operator-workflows/.github/workflows/test.yaml@test-runs-on
secrets: inherit
with:
runs-on: self-hosted-amd64

0 comments on commit d572900

Please sign in to comment.