💚 gitea can't support "needs" yet. Will be fixed in next release
This commit is contained in:
parent
ec6d5fd2a2
commit
9703aba83b
4
.github/workflows/build_and_release.yml
vendored
4
.github/workflows/build_and_release.yml
vendored
@ -31,8 +31,8 @@ jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ check_for_changed_version ]
|
||||
if: needs.check_for_changed_version.outputs.version_changed == 'True'
|
||||
# needs: [ check_for_changed_version ]
|
||||
# if: needs.check_for_changed_version.outputs.version_changed == 'True'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user