mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #13097 from jakevdp:actions-permissions
PiperOrigin-RevId: 486160888
This commit is contained in:
commit
3db2a59f76
4
.github/workflows/ci-build.yaml
vendored
4
.github/workflows/ci-build.yaml
vendored
@ -16,6 +16,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code
|
||||
actions: write # to cancel previous workflows
|
||||
|
||||
jobs:
|
||||
lint_and_typecheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user