Skip to content

Commit

Permalink
Update runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralButter committed Dec 6, 2023
1 parent c843880 commit 7f553a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@feature/DDS-1510-tide-module-builds
with:
install_dev_tools: true
runner: biggy-tide
export_config:
name: export_config
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: dpc-sdp/github-actions/.github/workflows/tide_merge_to_reference.yml@feature/DDS-1510-tide-module-builds
set_status:
name: set_status
needs: [tide_build]
needs: [tide_merge_to_reference]
if: always()
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main
secrets: inherit
Expand Down

0 comments on commit 7f553a2

Please sign in to comment.