💚 test 'needs' jobs on gitea 1.19.1 without changing the version number

This commit is contained in:
Joe Kaufeld 2023-04-26 10:16:26 -04:00
parent bd645ee02d
commit 4568dd0e4c

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: