mirror of
https://github.com/facebook/zstd.git
synced 2024-12-12 05:17:11 +08:00
Merge pull request #3985 from facebook/scorecard_permission
try to silence some scorecard warnings
This commit is contained in:
commit
78f732cfdd
1
.github/workflows/commit.yml
vendored
1
.github/workflows/commit.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
permissions: read-all
|
||||
jobs:
|
||||
short-tests-0:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- release
|
||||
- dev
|
||||
- master
|
||||
permissions: read-all
|
||||
jobs:
|
||||
regression-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user