Skip to content

Commit 1f51c96

Browse files
authored
Remove test always() condition and input condition (#7)
1 parent 86875ea commit 1f51c96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/reusable-base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
resolve_inputs:
3838
name: Resolving inputs
3939
runs-on: ubuntu-latest
40-
if: ${{ inputs.os || inputs.node-versions}}
4140
outputs:
4241
os: ${{ steps.split-os.outputs.splitted }}
4342
nodeVersions: ${{ steps.split-node-versions.outputs.splitted }}
@@ -52,7 +51,6 @@ jobs:
5251
runs-on: ${{ matrix.os }}
5352
needs:
5453
- resolve_inputs
55-
if: ${{ always() }}
5654

5755
strategy:
5856
fail-fast: false

0 commit comments

Comments
 (0)