throw with error messages or SERVER_ERROR if network response is not ok #1450
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cancel Workflows | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
cancel: | |
runs-on: ubuntu-latest | |
timeout-minutes: 2 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
all_but_latest: true | |
workflow_id: code-quality.yml, codeql-analysis.yml, docs.yml | |
access_token: ${{ github.token }} |