summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-06-21 17:08:29 +0200
committerLukas Larsson <lukas@erlang.org>2022-06-21 17:08:29 +0200
commit538dbc2838644dabb815ce4b25e6eae973eff0c5 (patch)
treeb9d4ca065d9794f5fd8d26f7b59745f73814f24e /.github/workflows
parentc2b7683b1557b7f44face47f3880c0321b1d099e (diff)
downloaderlang-538dbc2838644dabb815ce4b25e6eae973eff0c5.tar.gz
gh: Fix PRs target to only run in upstream repo
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/add-to-project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml
index fdb8e60300..3c67d85add 100644
--- a/.github/workflows/add-to-project.yaml
+++ b/.github/workflows/add-to-project.yaml
@@ -12,6 +12,7 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
+ if: github.repository == 'erlang/otp'
steps:
- name: Generate token
id: generate_token