ci: Only run cron workflow on source repo (#588)

This commit is contained in:
Lachlan Collins
2024-02-17 17:45:08 +11:00
committed by GitHub
parent d7d004f7ed
commit a8dda6e8d2

View File

@@ -7,6 +7,7 @@ on:
jobs: jobs:
update: update:
if: github.repository == 'svelte-society/sveltesociety.dev'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4