File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,6 @@ jobs:
523
523
uses : ./.github/workflows/docker-wiki-update.yml
524
524
needs : [aarch64-images-tag-push-fast, x86_64-images-tag-push-fast]
525
525
if : contains(github.event.pull_request.title, '[FAST_BUILD]')
526
- permissions :
527
- contents : write
528
526
529
527
contributed-recipes :
530
528
uses : ./.github/workflows/contributed-recipes.yml
Original file line number Diff line number Diff line change 7
7
- main
8
8
workflow_dispatch :
9
9
10
- permissions :
11
- contents : read
12
-
13
10
jobs :
14
11
run-hooks :
15
12
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-24.04
28
28
timeout-minutes : 10
29
29
if : github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru' || github.event_name != 'schedule'
30
- permissions :
31
- contents : write
32
30
33
31
steps :
34
32
- name : Checkout Repo ⚡️
You can’t perform that action at this time.
0 commit comments