mirror of https://github.com/vector-im/riot-web
Update end-to-end-tests.yaml
parent
b34012f289
commit
b6521ba86e
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue