Skip to content

Commit

Permalink
Merge pull request #164 from GlueOps/feat/restrict-to-codespaces-runner
Browse files Browse the repository at this point in the history
feat: restrict to codespaces runner
  • Loading branch information
NichArchA82 authored Oct 11, 2024
2 parents 598cb74 + 037f1d6 commit 0109881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packer-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: codespaces
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

Expand Down

0 comments on commit 0109881

Please sign in to comment.