Skip to content

Commit

Permalink
Add repository_dispatch event to update-db workflow and standardize q…
Browse files Browse the repository at this point in the history
…uotes
  • Loading branch information
andersy005 committed Feb 26, 2025
1 parent 8853f90 commit ce5ff5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
workflow_dispatch:
repository_dispatch:
types: [update-db] # This is the event type we'll trigger from the API. It is currently used in carbonplan/offsets-db-download/.github/workflows

schedule:
- cron: '45 6 * * *' # 6:45am UTC every day
Expand Down

0 comments on commit ce5ff5e

Please sign in to comment.