mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Update end-to-end-tests.yaml
This commit is contained in:
parent
b6521ba86e
commit
04d095b871
1 changed files with 1 additions and 1 deletions
2
.github/workflows/end-to-end-tests.yaml
vendored
2
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -143,7 +143,7 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
state: ${{ (!failure() && needs.tests.result == 'success') && 'success' || 'failure' }}
|
||||
state: ${{ 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 }}
|
||||
|
|
Loading…
Reference in a new issue