mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feat: add fail-fast false setting
This commit is contained in:
1
.github/workflows/build-module.yml
vendored
1
.github/workflows/build-module.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build_env: ${{ fromJson(needs.generate-config.outputs.job-config) }}
|
build_env: ${{ fromJson(needs.generate-config.outputs.job-config) }}
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user