Skip to content

Commit

Permalink
ci: Demo should list all the things it wants to match on
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 5, 2023
1 parent b0fd1eb commit e75e6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
download-artifacts: true

demo:
runs-on: self-hosted
runs-on: [self-hosted, linux, x64]
steps:
- uses: actions/checkout@v4
- run: echo "Hello world"
Expand Down

0 comments on commit e75e6e0

Please sign in to comment.