File tree Expand file tree Collapse file tree 9 files changed +28
-1
lines changed
Expand file tree Collapse file tree 9 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,14 @@ name: Check changelog entries
22
33on :
44 pull_request :
5+ workflow_dispatch :
56
67jobs :
78 check-changelogs :
89 name : Check changelog entries
910 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
1013
1114 steps :
1215 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change 1212
1313permissions :
1414 contents : read
15+ id-token : write
1516
1617jobs :
1718 benchmarks :
Original file line number Diff line number Diff line change 1313env :
1414 LD_LIBRARY_PATH : /usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64
1515
16+ permissions :
17+ contents : read
18+ id-token : write
1619concurrency :
1720 group : ${{ github.workflow }}-${{ github.ref }}
1821 cancel-in-progress : true
Original file line number Diff line number Diff line change 99 - cron : " 0 0 * * *" # Daily “At 00:00” UTC
1010 workflow_dispatch : # allows you to trigger manually
1111
12+ permissions :
13+ contents : read
14+ id-token : write
1215env :
1316 FORCE_COLOR : 3
1417
Original file line number Diff line number Diff line change 66
77permissions :
88 contents : read
9+ id-token : write
910
1011jobs :
1112 build :
Original file line number Diff line number Diff line change 77 branches : [main, 3.1.x]
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
1012concurrency :
1113 group : ${{ github.workflow }}-${{ github.ref }}
1214 cancel-in-progress : true
Original file line number Diff line number Diff line change 1010 build_and_upload_nightly :
1111 name : Build and upload nightly wheels
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
15+ id-token : write
1316
1417 steps :
1518 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 11name : Wheels
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+ workflow_dispatch :
49
10+ permissions :
11+ contents : read
12+ id-token : write
513jobs :
614
715 build_artifacts :
Original file line number Diff line number Diff line change 1010 branches : [ main, 3.1.x ]
1111 workflow_dispatch :
1212
13+ permissions :
14+ contents : read
15+ id-token : write
1316concurrency :
1417 group : ${{ github.workflow }}-${{ github.ref }}
1518 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments