Skip to content

Commit

Permalink
Remove test always() condition and input condition (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter authored Feb 12, 2024
1 parent 86875ea commit 1f51c96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/reusable-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
resolve_inputs:
name: Resolving inputs
runs-on: ubuntu-latest
if: ${{ inputs.os || inputs.node-versions}}
outputs:
os: ${{ steps.split-os.outputs.splitted }}
nodeVersions: ${{ steps.split-node-versions.outputs.splitted }}
Expand All @@ -52,7 +51,6 @@ jobs:
runs-on: ${{ matrix.os }}
needs:
- resolve_inputs
if: ${{ always() }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 1f51c96

Please sign in to comment.