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 fd3d61b commit 5095ed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/end_to_end_regression_polaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
trigger_alcf_polaris_regression_ci:
runs-on: ubuntu-latest
steps:
- run: 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="${{ github.ref_name }}"
GITHUB_REF_NAME="echo ${{ env.GITHUB_REF }} | cut -d/ -f3"

0 comments on commit 5095ed4

Please sign in to comment.