We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a4e6 commit 321ac8cCopy full SHA for 321ac8c
1 file changed
.github/workflows/ci-node.yml
@@ -31,6 +31,11 @@ on:
31
required: false
32
type: boolean
33
default: false
34
+ skip-build:
35
+ description: 'Set to true to skip the build phase'
36
+ required: false
37
+ type: boolean
38
+ default: false
39
working-directory:
40
description: 'Working directory for the yarn installation, build and tests jobs.'
41
@@ -50,6 +55,7 @@ jobs:
50
55
51
56
build:
52
57
name: Lint and build
58
+ if: ${{ !inputs.skip-build }}
53
59
runs-on: ubuntu-latest
54
60
defaults:
61
run:
0 commit comments