File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 required : false
1414
1515permissions :
16- actions : write
17- checks : write
18- contents : write
19- issues : write
20- pull-requests : write
21- repository-projects : write
22- statuses : write
16+ contents : read
17+ pull-request : read
2318
2419jobs :
2520 Authorization :
Original file line number Diff line number Diff line change 1212 - main
1313 - releasing/*
1414
15+ permissions :
16+ contents : read
17+
1518concurrency :
1619 # automatically cancel the previously triggered workflows when there's a newer version
1720 group : build-docs-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 11# triggering the workflows by commenting `/black` and `/integration-test`
22name : chatops
33
4+ permissions :
5+ contents : read
6+
47# currently dispatches /black command to project-monai/monai-code-formatter
58on :
69 issue_comment :
Original file line number Diff line number Diff line change 2121 - ' **.rst'
2222 - ' docs/**'
2323
24+ permissions :
25+ contents : read
26+
2427concurrency :
2528 # automatically cancel the previously triggered workflows when there's a newer version
2629 group : cicd-tests-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 77 # Allows you to run this workflow manually from the Actions tab
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
12+
1013concurrency :
1114 # automatically cancel the previously triggered workflows when there's a newer version
1215 group : conda-tests-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 77 # Allows you to run this workflow manually from the Actions tab
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
12+
1013concurrency :
1114 # automatically cancel the previously triggered workflows when there's a newer version
1215 group : bundle-tests-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 77 # Allows you to run this workflow manually from the Actions tab
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 cron-gpu :
1215 if : github.repository == 'Project-MONAI/MONAI'
Original file line number Diff line number Diff line change 1313 # This is to trigger building/testing docker image from dev only.
1414 workflow_dispatch :
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 versioning_dev :
1821 # compute versioning file from python setup.py
Original file line number Diff line number Diff line change 55 repository_dispatch :
66 type : [integration-test-command]
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 integration-auto3dseg :
1013 container :
Original file line number Diff line number Diff line change 1212 # Allows you to run this workflow manually from the Actions tab
1313 workflow_dispatch :
1414
15+ permissions :
16+ contents : read
17+
1518concurrency :
1619 # automatically cancel the previously triggered workflows when there's a newer version
1720 group : build-gpu-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments