diff options
author | Lukas Larsson <lukas@erlang.org> | 2021-06-28 11:42:16 +0200 |
---|---|---|
committer | Lukas Larsson <lukas@erlang.org> | 2021-08-27 14:06:53 +0200 |
commit | 027e601450a8020697b58d4c2794391a8c727728 (patch) | |
tree | 8c2f7b62ce855b803016692a297864189bc2c3eb | |
parent | bd582c7dcd953fa858369c36cabb66ead0cfa657 (diff) | |
download | erlang-027e601450a8020697b58d4c2794391a8c727728.tar.gz |
github actions: Only run sync on erlang repo
-rw-r--r-- | .github/workflows/sync-github-releases.yaml | 1 |
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: |