Skip to content

Commit

Permalink
Set Pull from IDOL Images to Daily (#707)
Browse files Browse the repository at this point in the history
### Summary <!-- Required -->
Confirmed that there is proper diff checking being done for the images
in the "Pull from IDOL Images" job. If there are no changes, there will
not be a pull from IDOL images job. Example run where it did not trigger
a PR: https://github.com/cornell-dti/idol/actions/runs/11875583268

Set Pull from IDOL Images to Daily.

### Notion/Figma Link <!-- Optional -->

<!-- If the changes have associated Notion pages/Figma design(s), please
include the links here.-->

### Test Plan <!-- Required -->

<!-- Provide screenshots or point out the additional unit tests -->

### Notes <!-- Optional -->

<!--- List any important or subtle points, future considerations, or
other items of note. -->

### Breaking Changes <!-- Optional -->
  • Loading branch information
andrew032011 authored Nov 17, 2024
1 parent fe5efbb commit 570d2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-from-idol-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Pull from IDOL Images
on:
workflow_dispatch:
schedule:
# Run the script at 0AM in UTC every Monday, which is 7PM or 8PM in ET.
- cron: '0 0 * * MON'
# Run the script at 0AM in UTC every day, which is 7PM or 8PM in ET.
- cron: '0 0 * * *'
pull_request:
paths:
- backend/scripts/pull-from-idol-images.ts
Expand Down

0 comments on commit 570d2ea

Please sign in to comment.