Skip to content

Commit

Permalink
Stop schedule from running on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Jan 14, 2020
1 parent 0192b25 commit 65da39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/localisation.yml
@@ -1,10 +1,11 @@
name: Localisation Merge
on:
schedule:
- cron: '0 4 * * *'
- cron: '55 13 * * *'
jobs:
merge-localisation:
name: Merge Localisation
if: secrets.OPENRCT2_DEPLOY_KEY != ''
runs-on: ubuntu-latest
steps:
- name: Store private SSH
Expand Down

0 comments on commit 65da39f

Please sign in to comment.