cancel-workflow-action
cancel-workflow-action copied to clipboard
⏹️ GitHub Action to cancel previous running workflows on push
how can we make a cancelled workflow count as skip instead of failed? https://github.com/gdsfactory/gdsfactory/actions/runs/2799032426
We have a deploy workflow including tests after the **build-main** job and some stuff that happens before the **build-main** job. My question is: can we cancel previous workflows only when...
When this action is running, it prints a lot of stuff, like total runs and event data etc.... If printing these details is necessary, you can group logs and make...
I have a setup based on `workflow_run`. You can see it [here](https://github.com/agherzan/meta-raspberrypi/actions/runs/1868857692/workflow). For whatever reason, when running, the job seems to cancel itself as opposed to the workflow that triggered...
GitHub has [announced](https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/) that workflows "_now support a `concurrency` key at both the workflow and job level that will ensure that only a single run or job is in progress_"....
The cancel workflow run API returns HTTP 202 Accepted, but the run isn't actually cancelled until some time later. If I really need two runs not to overlap, I should...
👋 I have a use case where if a named job is currently running the workflow should not be cancelled (deploying to S3). I figured I would create a PR...
Scenario: I have a content branch and a master branch. An identical workflow runs in case of push to either branches, resulting in race condition. Expection: I would like to...
I was just thinking about, but it would be awesome if when this action runs (successfully canceling a previous run) it would set an environment variable that can be picked...