diff --git a/.github/workflows/removed_runner.yml b/.github/workflows/removed_runner.yml index e12ea8d..a8a94ea 100644 --- a/.github/workflows/removed_runner.yml +++ b/.github/workflows/removed_runner.yml @@ -21,7 +21,7 @@ jobs: env: GH_TOKEN: ${{ secrets.READ_REPO_TOKEN }} steps: - - name: Check removal + - name: Check runner removal run: | RUNNERS_FOUND=$(gh api "repos/zama-ai/slab-github-runner/actions/runners" --jq '.runners[].name') if [ ${{ inputs.must-exist }} == true ]; then