more debug
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
@@ -35,8 +37,9 @@ jobs:
|
|||||||
- run: echo "${{ steps.new_version.outputs.build }}"
|
- run: echo "${{ steps.new_version.outputs.build }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: validate
|
#needs: validate
|
||||||
if: jobs.validate.outputs.build == "true"
|
#if: jobs.validate.outputs.build == "true"
|
||||||
|
if: needs.validate.outputs.build == 'true'
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user