mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user