boolean vs string ?
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
name: build & package varnish exporter
|
build:
|
||||||
|
if: jobs.validate.outputs.build == true
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: validate
|
||||||
|
steps:name: build & package varnish exporter
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -34,7 +38,7 @@ jobs:
|
|||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
if: jobs.validate.outputs.build == true
|
if: jobs.validate.outputs.build == "true"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: validate
|
needs: validate
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user