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:
|
||||
schedule:
|
||||
@@ -34,7 +38,7 @@ jobs:
|
||||
push_options: '--force'
|
||||
|
||||
build:
|
||||
if: jobs.validate.outputs.build == true
|
||||
if: jobs.validate.outputs.build == "true"
|
||||
runs-on: ubuntu-latest
|
||||
needs: validate
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user