mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
run all jobs even if one fails
This commit is contained in:
parent
0a0cdcc4a0
commit
8f6a6af21e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/standard_tests_jobs.yml
vendored
1
.github/workflows/standard_tests_jobs.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
default: false
|
||||
jobs:
|
||||
test:
|
||||
if: ${{ ! cancelled() }}
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue