mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 00:28:48 +08:00
Fix permission
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2063624fb6
commit
f89f050f07
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
checks: write
|
statuses: write
|
||||||
steps:
|
steps:
|
||||||
- if: needs.jest.result != 'skipped' && needs.jest.result != 'success'
|
- if: needs.jest.result != 'skipped' && needs.jest.result != 'success'
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user