We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86875ea commit 1f51c96Copy full SHA for 1f51c96
1 file changed
.github/workflows/reusable-base.yml
@@ -37,7 +37,6 @@ jobs:
37
resolve_inputs:
38
name: Resolving inputs
39
runs-on: ubuntu-latest
40
- if: ${{ inputs.os || inputs.node-versions}}
41
outputs:
42
os: ${{ steps.split-os.outputs.splitted }}
43
nodeVersions: ${{ steps.split-node-versions.outputs.splitted }}
@@ -52,7 +51,6 @@ jobs:
52
51
runs-on: ${{ matrix.os }}
53
needs:
54
- resolve_inputs
55
- if: ${{ always() }}
56
57
strategy:
58
fail-fast: false
0 commit comments