Skip to content

Commit de97838

Browse files
authored
Merged automatically by CI pipeline
SCALRCORE-26072: Trigger go-scalr tests in fatmouse PRs
2 parents e257255 + d6d4dad commit de97838

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
docker pull eu.gcr.io/development-156220/fatmouse/python-builder:master
8686
docker tag eu.gcr.io/development-156220/fatmouse/python-builder:master fatmouse/python-builder:master
8787
echo "::endgroup::"
88-
- name: Get current job log URL
89-
uses: Tiryoh/gha-jobid-action@v0
90-
id: get-job-id
91-
with:
92-
github_token: ${{ secrets.GITHUB_TOKEN }}
93-
job_name: ${{ github.job }}
9488
- name: Generate run tag
9589
shell: bash
9690
run: |
@@ -99,7 +93,7 @@ jobs:
9993
else
10094
RERUN_SUFFIX=$(echo -${{ github.run_attempt }})
10195
fi
102-
echo "RUN_TAG=e2e-${{ github.workflow }}-${{ github.job }}-${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
96+
echo "RUN_TAG=e2e-go-scalr-external-pr-${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
10397
- name: Create container
10498
id: create
10599
shell: bash
@@ -167,7 +161,7 @@ jobs:
167161
if: ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
168162
uses: actions/github-script@v3
169163
with:
170-
github-token: ${{ secrets.GH_TOKEN }}
164+
github-token: ${{ secrets.GH_PAT }}
171165
script: |
172166
github.repos.createCommitStatus({
173167
owner: 'Scalr',

0 commit comments

Comments
 (0)