diff --git a/.github/workflows/ci-gpu-AMD.yaml b/.github/workflows/ci-gpu-AMD.yaml index 8c3403d..c9dda72 100644 --- a/.github/workflows/ci-gpu-AMD.yaml +++ b/.github/workflows/ci-gpu-AMD.yaml @@ -42,9 +42,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Dump env proxy - run: env - # Create a separate PR status pointing at GitHub Actions tab URL # just like any other third-party service - name: Create PR status @@ -55,7 +52,6 @@ jobs: context: "ci-gpu-AMD ${{ matrix.jobname }}" state: "pending" sha: ${{fromJson(steps.request.outputs.data).head.sha}} - target_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} - name: Get PR information if: steps.check.outputs.triggered == 'true'