Skip to content

Commit

Permalink
fix: include commit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Sep 20, 2024
1 parent 996f27d commit e75d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fi
- name: Create pull request
if: steps.up_to_date.outcome == 'failure'
if: failure() && steps.up_to_date.outcome == 'failure'
run: echo ${{ steps.up_to_date.outcome }}
# if: steps.up_to_date.outcome == 'failure'
# id: create-pr
Expand Down

0 comments on commit e75d506

Please sign in to comment.