Skip to content

Commit 8801fa4

Browse files
authored
Adapt workflow to use GitHub runners instead of self-hosted runners (#800)
Remove self-hosted runner configuration from the test workflow: - Remove `self-hosted-runner: true` parameter - Remove `self-hosted-runner-label: edge` parameter The workflow now uses GitHub-hosted runners with the default `runs-on-base: ubuntu-24.04` configuration.
1 parent 9e2549c commit 8801fa4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ jobs:
1111
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
1212
secrets: inherit
1313
with:
14-
self-hosted-runner: true
15-
self-hosted-runner-label: edge
1614
vale-style-check: false

0 commit comments

Comments
 (0)