Skip to content

Commit

Permalink
Change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 23, 2024
1 parent ef774b2 commit 8df39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-check-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: ./.github/workflows/reusable-preflight.yml

check-publish:
runs-on: ubuntu-latest
timeout-minutes: 90
needs: [preflight]
runs-on: ${{ needs.preflight.outputs.RUNNER }}
container:
image: ${{ needs.preflight.outputs.IMAGE }}
steps:
Expand Down

0 comments on commit 8df39c1

Please sign in to comment.