mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 00:21:35 +03:00
Merge pull request #3154 from gitbutlerapp/fix-all-green
unconditionally check all skipped jobs
This commit is contained in:
commit
ef9239b712
13
.github/workflows/push.yaml
vendored
13
.github/workflows/push.yaml
vendored
@ -179,18 +179,9 @@ jobs:
|
||||
- check-gitbutler-core
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Decide whether the needed jobs succeeded or failed
|
||||
- name: Check that all jobs that ran, succeeded
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
allowed-skips: >-
|
||||
${{
|
||||
needs.changes.outputs.rust != 'true'
|
||||
&& '
|
||||
check-gitbutler-app,
|
||||
check-gitbutler-changeset,
|
||||
check-gitbutler-core,
|
||||
'
|
||||
|| ''
|
||||
}}
|
||||
allowed-skips: ${{ toJSON(needs) }}
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user