Do not fail fast in JS CI (#30035)
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
600c4ad2e7
commit
e2ce0a7ece
1 changed files with 1 additions and 0 deletions
1
.github/workflows/js-ci.yml
vendored
1
.github/workflows/js-ci.yml
vendored
|
@ -248,6 +248,7 @@ jobs:
|
|||
exclude:
|
||||
# Only test with Firefox on scheduled runs
|
||||
- browser: ${{ github.event_name != 'workflow_dispatch' && 'firefox' || '' }}
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue