From eeb8702786562c8b4b08dc2a37969986799730f4 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 1 Oct 2024 14:16:00 +0200 Subject: [PATCH] Turn off drafts updater on forks --- .github/workflows/update_draft_features_weekly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index e9cc3cb8aed..a9424bfa1d2 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -8,6 +8,7 @@ on: jobs: update-drafts: + if: github.repository == 'web-platform-dx/web-features' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4