Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 20, 2024
1 parent b1a873b commit 74fe90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
evaluation:
if: ${{ github.event.release.prerelease }}
needs: publish
runs-on: [evaluation, self-hosted, nomad, azure]
runs-on: {% raw %}[evaluation, self-hosted, nomad, azure]{% endraw %}

steps:
- id: checkout
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
production:
if: ${{ !github.event.release.prerelease }}
needs: publish
runs-on: [self-hosted, nomad, azure, production]
runs-on: {% raw %}[self-hosted, nomad, azure, production]{% endraw %}

steps:
- id: checkout
Expand Down

0 comments on commit 74fe90f

Please sign in to comment.