We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981f5c7 commit d6d4dadCopy full SHA for d6d4dad
.github/workflows/pr.yml
@@ -93,7 +93,7 @@ jobs:
93
else
94
RERUN_SUFFIX=$(echo -${{ github.run_attempt }})
95
fi
96
- echo "RUN_TAG=e2e-${{ github.workflow }}-${{ github.job }}-${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
+ echo "RUN_TAG=e2e-go-scalr-external-pr-${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
97
- name: Create container
98
id: create
99
shell: bash
0 commit comments