Skip to content

Commit

Permalink
Conditional dispatch (#45)
Browse files Browse the repository at this point in the history
* using prebuilt action

* update dispatch condition

* fixed equals sign
  • Loading branch information
organizedgrime authored Nov 30, 2024
1 parent 4a075d0 commit 07aa98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

dispatch:
needs: [check_version]
if: steps.check_version.outputs.changed = 'true'
if: needs.check_version.outputs.changed == 'true'
runs-on: ubuntu-latest
steps:
- name: Dispatch update to Personal Website
Expand Down

0 comments on commit 07aa98d

Please sign in to comment.