diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 5d2924df6a..ffcd63d093 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -124,7 +124,7 @@ jobs: body: commentBody }); - build-and-test-results: #test + build-and-test-results: #testing runs-on: ubuntu-latest needs: [build-and-test] steps: @@ -150,13 +150,13 @@ jobs: retest-integration-results: runs-on: ubuntu-latest needs: [retest-integration] - if: always() steps: - name: check retest status id: retest-integration-status run: echo ::set-output name=exit_code::${{ job.status }} - name: Leave Actions Run Comment uses: actions/github-script@v6 + if: always() with: script: | const runURL = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${{ github.run_id }}`;