From 9519f9539889a57acbf3d81a3d2058fbef036e95 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Mon, 16 Oct 2023 09:49:52 -0700 Subject: [PATCH] Debugging 8 --- .github/workflows/ornl_ascent_mirror.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ornl_ascent_mirror.yaml b/.github/workflows/ornl_ascent_mirror.yaml index eb61af4b..d7a8173e 100644 --- a/.github/workflows/ornl_ascent_mirror.yaml +++ b/.github/workflows/ornl_ascent_mirror.yaml @@ -4,8 +4,7 @@ name: ORNL Ascent Mirror on: pull_request: push: - branches: - - ci + jobs: # To test on HPC resources we must first mirror the repo and then trigger a pipeline push: @@ -21,8 +20,8 @@ jobs: run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch - - name: git checkout - run: git checkout ci + - name: git show-ref + run: git show-ref # Action for mirroring your commits to a different remote repository - uses: yesolutions/mirror-action@master