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 002a850 + 8460324 commit 5d24d1bCopy full SHA for 5d24d1b
.github/workflows/markdown.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
# Don't run the cronjob in this workflow on forks.
25
- if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'Yoast')
+ if: github.event_name != 'schedule' || github.event.repository.fork == false
26
27
steps:
28
- name: Checkout code
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments