From 42e0f1803b0037ab66846413469b507ab4765b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= Date: Thu, 17 Oct 2024 12:38:58 +0200 Subject: [PATCH] gh: Only run actions updated on upstream repo --- .github/workflows/actions-updater.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions-updater.yaml b/.github/workflows/actions-updater.yaml index 8c9508102019..449b60f77b04 100644 --- a/.github/workflows/actions-updater.yaml +++ b/.github/workflows/actions-updater.yaml @@ -10,6 +10,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: github.repository == 'erlang/otp' steps: - name: Generate token