From 98398421c49b800ecea38c20675f43087f00f438 Mon Sep 17 00:00:00 2001 From: Jennifer Chang Date: Fri, 5 Apr 2024 10:39:09 -0700 Subject: [PATCH] Drop before merge: workaround to run new workflow from PR --- .github/workflows/ingest-to-phylogenetic.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ingest-to-phylogenetic.yaml b/.github/workflows/ingest-to-phylogenetic.yaml index ca55287e..381aebd5 100644 --- a/.github/workflows/ingest-to-phylogenetic.yaml +++ b/.github/workflows/ingest-to-phylogenetic.yaml @@ -10,6 +10,12 @@ defaults: shell: bash --noprofile --norc -eo pipefail {0} on: + pull_request: + # Temporary run new workflow from PRs to manually test it + branches: + - main + - automate-workflows + schedule: # Note times are in UTC, which is 1 or 2 hours behind CET depending on daylight savings. #