Skip to content

Commit

Permalink
Debugging 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan.danehy@pnnl.gov committed Oct 16, 2023
1 parent d0523c4 commit 3039e3a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ornl_ascent_mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
pull_request:
push:
branches:
- develop
- ci
- main

jobs:
# To test on HPC resources we must first mirror the repo and then trigger a pipeline
push:
Expand All @@ -28,13 +25,13 @@ jobs:
- uses: yesolutions/mirror-action@master
# Give actions access to some secrets
with:
GIT_REF: 'remotes/origin/ci'
GIT_REF: 'refs/heads/ci'
PUSH_ALL_REFS: "false"
GIT_PUSH_ARGS: '--tags --force --push-option=ci.skip'
REMOTE: 'https://code.ornl.gov/ecpcitest/exasgd/resolve'
GIT_USERNAME: ${{ secrets.GIT_USER }}
GIT_PASSWORD: ${{ secrets.ORNL_ASCENT_GIT_PASSWORD }}

# Trigger CI pipeline since it was skipped in the above push
- name: Trigger Pipeline
run: curl -X POST -F token=${{ secrets.ORNL_ASCENT_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://code.ornl.gov/api/v4/projects/13292/trigger/pipeline

0 comments on commit 3039e3a

Please sign in to comment.