💚 gitea can't support "needs" yet. Will be fixed in next release

This commit is contained in:
Joe Kaufeld 2023-04-06 14:13:51 -04:00
parent ec6d5fd2a2
commit 9703aba83b

View File

@ -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: