'needs' check not fixed yet
This commit is contained in:
parent
9d6a3c58d9
commit
52e563c4dd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue