File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
actions : read
19
19
contents : read
20
20
security-events : write
21
+ if : github.repository_owner == 'pandas-dev'
21
22
22
23
strategy :
23
24
fail-fast : false
Original file line number Diff line number Diff line change 11
11
stale :
12
12
permissions :
13
13
pull-requests : write
14
+ if : github.repository_owner == 'pandas-dev'
14
15
runs-on : ubuntu-22.04
15
16
steps :
16
17
- uses : actions/stale@v8
Original file line number Diff line number Diff line change 40
40
build_wheels :
41
41
name : Build wheel for ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
42
42
if : >-
43
- github.event_name == 'schedule' ||
43
+ ( github.event_name == 'schedule' && github.repository_owner == 'pandas-dev') ||
44
44
github.event_name == 'workflow_dispatch' ||
45
45
(github.event_name == 'pull_request' &&
46
46
contains(github.event.pull_request.labels.*.name, 'Build')) ||
You can’t perform that action at this time.
0 commit comments