Skip to content

Commit 7f3318c

Browse files
committed
dont run periodic schedule workflows on fork
1 parent 7c3d486 commit 7f3318c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ permissions:
7979

8080
jobs:
8181
check-labels:
82+
if: github.event_name != 'schedule' || github.repository == 'apache/arrow'
8283
uses: ./.github/workflows/check_labels.yml
8384
secrets: inherit
8485
with:

.github/workflows/package_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ permissions:
6666

6767
jobs:
6868
check-labels:
69+
if: github.event_name != 'schedule' || github.repository == 'apache/arrow'
6970
uses: ./.github/workflows/check_labels.yml
7071
secrets: inherit
7172
with:

0 commit comments

Comments
 (0)