Skip to content

Commit

Permalink
Update update-pangeo-dockerfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 14, 2024
1 parent 70c2da7 commit 3a01f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-pangeo-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/update-pangeo-dockerfile.yml'
- '.github/workflows/update-pangeo-dockerfile.yml'
workflow_dispatch: # Manual trigger
schedule:
- cron: '0 3 * * *' # Runs daily at 3:00 AM UTC
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
with:
title: "Update Dockerfile from Source"
body: "This PR updates the Dockerfile in base-image directory to the latest version from the source repo."
base: ${{ github.ref }} # Base branch (main or dev)
branch: "update-dockerfile"
reviewers: |
eeholmes

0 comments on commit 3a01f04

Please sign in to comment.