Skip to content

Commit

Permalink
chore(ci): add runner removal checking in spawn-terminate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Nov 20, 2024
1 parent 63666e5 commit 7f2af17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_spawn_terminate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@ jobs:
slab-url: ${{ secrets.SLAB_BASE_URL_PRE_PROD }}
job-secret: ${{ secrets.JOB_SECRET }}
label: ${{ matrix.runner }}

test-runner-removed:
name: Test runner is removed
needs: [ action-stop ]
uses: ./.github/workflows/removed_runner.yml
with:
runner-name: ci-persistent-runner
must-exist: false
secrets:
READ_REPO_TOKEN: ${{ secrets.SLAB_ACTION_TOKEN }}

0 comments on commit 7f2af17

Please sign in to comment.