Skip to content

Commit

Permalink
Fixing runners, to use new ones
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Sep 1, 2024
1 parent 413e33f commit f408ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
jobs:
release:
name: Release
runs-on: [self-hosted, Linux, large, ephemeral]
runs-on: block-node-linux-medium
env:
RELEASE_NOTES_FILENAME: release_notes
outputs:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

create_pr:
name: Create PR
runs-on: [self-hosted, Linux, large, ephemeral]
runs-on: block-node-linux-medium
needs: release
if: ${{ needs.release.outputs.create_pr == 'true' }}
env:
Expand Down

0 comments on commit f408ab2

Please sign in to comment.