try the conditionnal again
This commit is contained in:
@@ -38,11 +38,12 @@ jobs:
|
|||||||
commit_message: gitea-actions auto commit - update version
|
commit_message: gitea-actions auto commit - update version
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
- run: echo "${{ steps.new_version.outputs.build }}"
|
- name: degug output
|
||||||
|
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'
|
#if: needs.validate.outputs.build == 'true'
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user