Skip to content

Commit 3fbd266

Browse files
author
shanedsnyder
authored
Update end_to_end_regression_polaris.yml
1 parent 897d78c commit 3fbd266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end_to_end_regression_polaris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Get branch/tag name
17-
run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut -d/ -f3)" >> $GITHUB_ENV
17+
run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut --complement -d/ -f1,2)" >> $GITHUB_ENV
1818
- uses: eic/trigger-gitlab-ci@v3
1919
with:
2020
url: https://gitlab-ci.alcf.anl.gov

0 commit comments

Comments
 (0)