Skip to content

Commit

Permalink
Update caller.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 13, 2024
1 parent 8f0dfd1 commit 3fe96c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
name: Call YAML Workflow
needs:
- test-yaml
if: ${{ needs.test-yaml.outputs.yaml-changes }} == 'true'
if: needs.test-yaml.outputs.yaml-changes == 'true'
uses: james-garriss/test-paths-filter/.github/workflows/called.yaml@main

0 comments on commit 3fe96c7

Please sign in to comment.