Skip to content

Commit

Permalink
fix: 2nd try using hashFiles function
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 27, 2023
1 parent 202e95b commit 9d5f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bash scripts/automation/push.sh
downstream-repo-update:
name: Update downstream repositories
if: ${{ hashFiles('**/catalog.json') != '' }}
if: hashFiles('**/catalog.json')
runs-on: ubuntu-latest
needs: release
steps:
Expand Down

0 comments on commit 9d5f2f8

Please sign in to comment.