Skip to content

Commit

Permalink
fix(update-example-gallery): resolve create-pr failure issue (#6104)
Browse files Browse the repository at this point in the history
* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* fix: commit step

* chore: resolve PR comments

* fix: remove addition commit and push step
  • Loading branch information
makafsal committed Sep 26, 2024
1 parent feb6a99 commit dc03ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-example-gallery.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update example gallery # Updates examples twice a month
name: Update example gallery # Updates examples once a month

on:
workflow_dispatch:
schedule:
- cron: '0 4 8,22 * *' # Updates will happen every 8th/22nd of the month
- cron: '0 0 15 * *' # At 12:00 AM, on day 15 of the month

jobs:
check_gallery:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
fi
- name: Create pull request
if: steps.up_to_date.outcome == 'failure'
if: failure() && steps.up_to_date.outcome == 'failure'
id: create-pr
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit dc03ca6

Please sign in to comment.