You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Update end-to-end-tests.yaml
This commit is contained in:
committed by
GitHub
parent
b34012f289
commit
b6521ba86e
3
.github/workflows/end-to-end-tests.yaml
vendored
3
.github/workflows/end-to-end-tests.yaml
vendored
@@ -140,9 +140,10 @@ jobs:
|
||||
retention-days: 14
|
||||
|
||||
- uses: Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
|
||||
if: always()
|
||||
with:
|
||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
state: ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
|
||||
state: ${{ (!failure() && needs.tests.result == 'success') && 'success' || 'failure' }}
|
||||
context: ${{ github.workflow }} / end-to-end-tests
|
||||
sha: ${{ github.event.workflow_run.head_sha }}
|
||||
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
Reference in New Issue
Block a user