diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 00a616d1f..2e3cda189 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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 }}"