From 3a01f04cccbc4f56c13a9dbb0caf99a001de66c0 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Thu, 14 Nov 2024 11:55:38 -0800 Subject: [PATCH] Update update-pangeo-dockerfile.yml --- .github/workflows/update-pangeo-dockerfile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-pangeo-dockerfile.yml b/.github/workflows/update-pangeo-dockerfile.yml index c85026d..ab090d2 100644 --- a/.github/workflows/update-pangeo-dockerfile.yml +++ b/.github/workflows/update-pangeo-dockerfile.yml @@ -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 @@ -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