Skip to content

Commit

Permalink
Update end_to_end_regression_polaris.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder authored Sep 4, 2024
1 parent f121bae commit 897d78c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/end_to_end_regression_polaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
trigger_alcf_polaris_regression_ci:
runs-on: ubuntu-latest
steps:
- name: Get branch/tag name
run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut -d/ -f3)" >> $GITHUB_ENV
- uses: eic/trigger-gitlab-ci@v3
with:
url: https://gitlab-ci.alcf.anl.gov
project_id: 121
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}
variables: |
GITHUB_REF_NAME="${{ env.GITHUB_REF }}"
GITHUB_REF_NAME="${{ env.GITHUB_REF_NAME }}"

0 comments on commit 897d78c

Please sign in to comment.