summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-06-28 11:42:16 +0200
committerLukas Larsson <lukas@erlang.org>2021-08-27 14:06:53 +0200
commit027e601450a8020697b58d4c2794391a8c727728 (patch)
tree8c2f7b62ce855b803016692a297864189bc2c3eb
parentbd582c7dcd953fa858369c36cabb66ead0cfa657 (diff)
downloaderlang-027e601450a8020697b58d4c2794391a8c727728.tar.gz
github actions: Only run sync on erlang repo
-rw-r--r--.github/workflows/sync-github-releases.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/sync-github-releases.yaml b/.github/workflows/sync-github-releases.yaml
index 7aafeae283..d3d3cf901c 100644
--- a/.github/workflows/sync-github-releases.yaml
+++ b/.github/workflows/sync-github-releases.yaml
@@ -12,6 +12,7 @@ jobs:
# Wait for up to a minute for previous runs to complete, abort if not done by then
pre-ci:
+ if: github.repository == 'erlang/otp'
runs-on: ubuntu-latest
timeout-minutes: 1
steps: