Skip to content

Commit

Permalink
Debugging 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan.danehy@pnnl.gov committed Oct 16, 2023
1 parent 0836c95 commit 9519f95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ornl_ascent_mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9519f95

Please sign in to comment.