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.
This commit is contained in:
Joey Parrish
2022-10-03 13:36:16 -07:00
committed by GitHub
parent b7e9d4f8bd
commit 945ad90fa8
@@ -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 }}