Skip to content

Commit

Permalink
fix reverted allowed skips configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Mar 18, 2024
1 parent 2625ccd commit b9e55c3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,6 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
allowed-skips: >-
${{
needs.changes.outputs.rust != 'true'
&& '
check-gitbutler-app,
check-gitbutler-changeset,
'
|| ''
}}
allowed-skips: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}

0 comments on commit b9e55c3

Please sign in to comment.