Skip to content

Commit

Permalink
change faux-ci to execute on the self-hosted workflow-overhead runner(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 21, 2024
1 parent 8256a45 commit 301beb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/faux-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
jobs:
# Job to test installation
install:
# Job will run on github-hosted runner
runs-on: ubuntu-latest
# Job will run on self-hosted runner tagged for workflow-overhead
runs-on: [ self-hosted, workflow-overhead ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 301beb4

Please sign in to comment.