Skip to content

Commit 1e13a20

Browse files
authoredMar 22, 2025··
Merge pull request #4180 from pleroy/Stop
Stop the runners at the end of the build
2 parents 190d9f2 + 27c9da6 commit 1e13a20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/build.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,14 @@ jobs:
159159
with:
160160
configuration: ${{ matrix.configuration }}
161161

162+
stop:
163+
if: github.repository == 'mockingbirdnest/Principia'
164+
runs-on: windows-latest
165+
steps:
166+
- name: Stop runners
167+
uses: mockingbirdnest/actions/windows/stop_runners@main
168+
with:
169+
client_id: ${{ secrets.PRINCIPIA_BUILD_CLIENT_ID }}
170+
tenant_id: ${{ secrets.PRINCIPIA_BUILD_TENANT_ID }}
171+
subscription_id: ${{ secrets.PRINCIPIA_BUILD_SUBSCRIPTION_ID }}
172+

0 commit comments

Comments
 (0)
Please sign in to comment.