Skip to content

Commit

Permalink
chore(ci): test start-stop aws instance
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Nov 19, 2024
1 parent 453a69b commit e9a29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/removed_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9a29e9

Please sign in to comment.