We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228131e commit 9d5f1bbCopy full SHA for 9d5f1bb
.github/workflows/cypress.yml
@@ -70,13 +70,13 @@ jobs:
70
authToken: "${{ secrets.GITHUB_TOKEN }}"
71
state: success
72
description: Cypress skipped
73
- context: "Cypress End to End Tests / cypress"
+ context: "${{ github.workflow }} / Cypress"
74
sha: "${{ github.event.workflow_run.head_sha }}"
75
76
- uses: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
77
with:
78
79
80
description: Playwright skipped
81
- context: "End to End Tests / end-to-end-tests"
+ context: "${{ github.workflow }} / Playwright"
82
0 commit comments