Skip to content

Commit b81efd7

Browse files
authored
Merge pull request #244 from jepler/fix-fork-protection
restore usual fork protections
2 parents e8138dd + d7283b3 commit b81efd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/learn_cron.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Tag Learning System Guides
33
on:
44
schedule:
55
- cron: 0 5 * * *
6-
push:
76

87
jobs:
98
check-repo-owner:
@@ -21,7 +20,7 @@ jobs:
2120
# the case on Adafruit's repository. Its necessary to do this here, since
2221
# 'schedule' events cannot (currently) be limited (they run on all forks'
2322
# default branches).
24-
#if: ${{ (github.repository_owner == 'adafruit') }}
23+
if: ${{ (github.repository_owner == 'adafruit') }}
2524
steps:
2625
- name: Dump GitHub context
2726
env:

0 commit comments

Comments
 (0)