Skip to content

Commit

Permalink
use runner defined by workflow-setup in release job
Browse files Browse the repository at this point in the history
add self-texlive runner if available #19
  • Loading branch information
prudhomm committed Aug 14, 2024
1 parent d73256a commit 7b6a403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

release:
needs: [workflow-setup,build_latex, check]
runs-on: ubuntu-latest
runs-on: ${{ needs.workflow-setup.outputs.runner }}
name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 7b6a403

Please sign in to comment.