Skip to content

Commit

Permalink
ci: Revert "Fix reporting status from lab tests to PRs" (#4540)
Browse files Browse the repository at this point in the history
Reverts #4539

This doesn't actually fix the problem. I was too hasty in putting it up
for review.
  • Loading branch information
joeyparrish authored and JulianDomingo committed Oct 7, 2022
1 parent 0c5e862 commit 26be040
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/selenium-lab-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}

Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}

0 comments on commit 26be040

Please sign in to comment.