Skip to content

Commit 9d5f1bb

Browse files
authored
Fix "mark_skipped" action for end-to-end tests (#3940)
This seems to have been broken by #3914, which changed the name of the status check that is updated.
1 parent 228131e commit 9d5f1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
authToken: "${{ secrets.GITHUB_TOKEN }}"
7171
state: success
7272
description: Cypress skipped
73-
context: "Cypress End to End Tests / cypress"
73+
context: "${{ github.workflow }} / Cypress"
7474
sha: "${{ github.event.workflow_run.head_sha }}"
7575

7676
- uses: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
7777
with:
7878
authToken: "${{ secrets.GITHUB_TOKEN }}"
7979
state: success
8080
description: Playwright skipped
81-
context: "End to End Tests / end-to-end-tests"
81+
context: "${{ github.workflow }} / Playwright"
8282
sha: "${{ github.event.workflow_run.head_sha }}"

0 commit comments

Comments
 (0)