Skip to content

Commit

Permalink
Update actions workflow to run in self hosted runners with spread ins…
Browse files Browse the repository at this point in the history
…talled

As spread has moved to Canonical org, it is required to add a tag to the
runners with spread pre-installed and confugured to run in google.

In all the projects we are using the tag spread-enabled to differentiate
the runners with spread and the org runners without it.
  • Loading branch information
sergiocazzolato committed Dec 5, 2024
1 parent ded9133 commit de45783
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 @@ -11,7 +11,7 @@ on:

jobs:
run-tests:
runs-on: self-hosted
runs-on: '["self-hosted", "spread-enabled"]'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit de45783

Please sign in to comment.