mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove debug branch, set fail-fast to false
to find out if only mac or ubuntu is broken (otherwise if one fails the otherone automatically cancels)
This commit is contained in:
parent
35face48da
commit
3795bec037
2
.github/workflows/test-invoke-conda.yml
vendored
2
.github/workflows/test-invoke-conda.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'development'
|
||||
- 'fix-gh-actions-fork'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
@ -13,6 +12,7 @@ on:
|
||||
jobs:
|
||||
os_matrix:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
include:
|
||||
|
Loading…
Reference in New Issue
Block a user