1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Fix "mark_skipped" action again

Yet another go at this. The name is actually coming from an explicit
`github-status-action` action in the called workflows.
This commit is contained in:
Richard van der Hoff
2023-12-06 14:59:26 +00:00
parent 84d193a9a2
commit 016ef12c4a

View File

@@ -70,7 +70,11 @@ jobs:
authToken: "${{ secrets.GITHUB_TOKEN }}"
state: success
description: Cypress skipped
# Keep in step with the `context` that is updated by `Sibz/github-status-action`
# in matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml.
context: "${{ github.workflow }} / cypress"
sha: "${{ github.event.workflow_run.head_sha }}"
- uses: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
@@ -78,5 +82,9 @@ jobs:
authToken: "${{ secrets.GITHUB_TOKEN }}"
state: success
description: Playwright skipped
context: "${{ github.workflow }} / playwright"
# Keep in step with the `context` that is updated by `Sibz/github-status-action`
# in matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml.
context: "${{ github.workflow }} / end-to-end-tests"
sha: "${{ github.event.workflow_run.head_sha }}"