Skip to content

Commit

Permalink
ci: run spread tests on 'spread-installed' runners (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo authored May 16, 2024
1 parent 503a464 commit c8ff582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spread-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

snap-tests:
if: ${{ github.event.label.name == 'run-large-spread' || github.event_name == 'schedule' }}
runs-on: self-hosted
runs-on: [self-hosted, spread-installed]
needs: [snap-build]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: ${{ steps.rockcraft.outputs.snap }}

snap-tests:
runs-on: self-hosted
runs-on: [self-hosted, spread-installed]
needs: [snap-build]

steps:
Expand Down

0 comments on commit c8ff582

Please sign in to comment.