Skip to content

Commit

Permalink
use self-hosted workflow-overhead runner for faux-workshop-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 1, 2024
1 parent 5553ebd commit 63dbb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/faux-workshop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
workshop-ci:
runs-on: ubuntu-latest
runs-on: [ self-hosted, workflow-overhead ]
steps:
- run: 'echo "No build required" '

0 comments on commit 63dbb05

Please sign in to comment.