'needs' check not fixed yet
All checks were successful
build
check_for_changed_version

This commit is contained in:
Joe Kaufeld 2023-04-17 17:08:22 -04:00
parent 9d6a3c58d9
commit 52e563c4dd

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: