more debug
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
@@ -35,8 +37,9 @@ jobs:
|
||||
- run: echo "${{ steps.new_version.outputs.build }}"
|
||||
|
||||
build:
|
||||
needs: validate
|
||||
if: jobs.validate.outputs.build == "true"
|
||||
#needs: validate
|
||||
#if: jobs.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