We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8138dd + d7283b3 commit b81efd7Copy full SHA for b81efd7
.github/workflows/learn_cron.yml
@@ -3,7 +3,6 @@ name: Tag Learning System Guides
3
on:
4
schedule:
5
- cron: 0 5 * * *
6
- push:
7
8
jobs:
9
check-repo-owner:
@@ -21,7 +20,7 @@ jobs:
21
20
# the case on Adafruit's repository. Its necessary to do this here, since
22
# 'schedule' events cannot (currently) be limited (they run on all forks'
23
# default branches).
24
- #if: ${{ (github.repository_owner == 'adafruit') }}
+ if: ${{ (github.repository_owner == 'adafruit') }}
25
steps:
26
- name: Dump GitHub context
27
env:
0 commit comments