add needs step back in

This commit is contained in:
Joe Kaufeld 2023-04-17 16:49:42 -04:00
parent d87c813ddf
commit ce6d4d3ab8

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: