diff --git a/.github/workflows/pnnl_mirror.yaml b/.github/workflows/pnnl_mirror.yaml index 909ec507..df3c3e5a 100644 --- a/.github/workflows/pnnl_mirror.yaml +++ b/.github/workflows/pnnl_mirror.yaml @@ -32,6 +32,6 @@ jobs: GIT_USERNAME: ${{ secrets.GIT_USER }} GIT_PASSWORD: ${{ secrets.PNNL_GIT_PASSWORD }} - # Trigger CI pipeline since it was skipped in the above push - - name: Trigger Pipeline - run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/exasgd/resolve-mirror/trigger/pipeline + # Trigger CI pipeline since it was skipped in the above push + - name: Trigger Pipeline + run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/exasgd/resolve-mirror/trigger/pipeline