remove condition to launch the second job
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
build:
|
||||
#needs: validate
|
||||
#if: jobs.validate.outputs.build == "true"
|
||||
if: needs.validate.outputs.build == 'true'
|
||||
#if: needs.validate.outputs.build == 'true'
|
||||
timeout-minutes: 2
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user