Skip to content

Commit

Permalink
add scheduled workflow trigger for update catalog (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Apr 24, 2024
1 parent 154ebe3 commit 8cdbca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

permissions:
contents: write
Expand Down Expand Up @@ -98,6 +100,7 @@ jobs:
branch: ${{ github.event.pull_request.head.ref }}

- name: Create Pull Request
id: cpr
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ) && github.ref == 'refs/heads/main'
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 8cdbca6

Please # to comment.