From 945ad90fa89cccfc94987b1989330c4e6e8c52a7 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 3 Oct 2022 13:36:16 -0700 Subject: [PATCH] ci: Revert "Fix reporting status from lab tests to PRs" (#4540) Reverts shaka-project/shaka-player#4539 This doesn't actually fix the problem. I was too hasty in putting it up for review. --- .github/workflows/selenium-lab-tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/selenium-lab-tests.yaml b/.github/workflows/selenium-lab-tests.yaml index c85bd8bb9..6852b6813 100644 --- a/.github/workflows/selenium-lab-tests.yaml +++ b/.github/workflows/selenium-lab-tests.yaml @@ -98,7 +98,6 @@ jobs: uses: ./.github/workflows/custom-actions/set-commit-status with: context: Selenium / Build - ref: ${{ needs.compute-ref.REF }} state: pending token: ${{ secrets.GITHUB_TOKEN }} @@ -118,7 +117,6 @@ jobs: uses: ./.github/workflows/custom-actions/set-commit-status with: context: Selenium / Build - ref: ${{ needs.compute-ref.REF }} state: ${{ job.status }} token: ${{ secrets.GITHUB_TOKEN }} @@ -142,7 +140,6 @@ jobs: uses: ./.github/workflows/custom-actions/set-commit-status with: context: Selenium / ${{ matrix.browser }} - ref: ${{ needs.compute-ref.REF }} state: pending token: ${{ secrets.GITHUB_TOKEN }} @@ -248,6 +245,5 @@ jobs: uses: ./.github/workflows/custom-actions/set-commit-status with: context: Selenium / ${{ matrix.browser }} - ref: ${{ needs.compute-ref.REF }} state: ${{ job.status }} token: ${{ secrets.GITHUB_TOKEN }}