mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
CI: adjust permissions for upstream-nightly build
This commit is contained in:
parent
b846ce60c6
commit
e24a0e5bf2
6
.github/workflows/upstream-nightly.yaml
vendored
6
.github/workflows/upstream-nightly.yaml
vendored
@ -23,6 +23,9 @@ on:
|
||||
jobs:
|
||||
upstream-dev:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
checks: write # for upload-artifact
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -l {0}
|
||||
@ -86,6 +89,9 @@ jobs:
|
||||
report:
|
||||
name: report
|
||||
needs: upstream-dev
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
if: |
|
||||
failure()
|
||||
&& github.event_name == 'schedule'
|
||||
|
Loading…
x
Reference in New Issue
Block a user