Difference between revisions of "Continue-on-error:"
Jump to navigation
Jump to search
(Created page with " == See also == * {{GitHub Actions}}") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | continue-on-error: true | ||
+ | == Related == | ||
+ | [[run:]] | ||
+ | [[set -e]] | ||
+ | |||
+ | [[if: failure()]] | ||
+ | [[if: always()]] | ||
+ | |||
+ | <nowiki> | ||
+ | if: ${{ success() }} | ||
+ | </nowiki> | ||
+ | <nowiki> | ||
+ | if: ${{ cancelled() }} | ||
+ | </nowiki> | ||
== See also == | == See also == | ||
* {{GitHub Actions}} | * {{GitHub Actions}} | ||
+ | |||
+ | [[Category:GitHub]] |
Latest revision as of 10:56, 4 November 2024
continue-on-error: true
Related[edit]
run: set -e
if: failure() if: always()
if: ${{ success() }} if: ${{ cancelled() }}
See also[edit]
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: