From 990b421b094fde194b92afc6694db2b0113ccf16 Mon Sep 17 00:00:00 2001 From: Andrew McLachlan Date: Wed, 6 Sep 2023 09:28:38 +0100 Subject: [PATCH] ci: Run greeting workflow on zephyrproject-rtos/zephyr. Only run first time contributor check on zephyrproject-rtos/zephyr. Signed-off-by: Andrew McLachlan --- .github/workflows/greet_first_time_contributor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/greet_first_time_contributor.yml b/.github/workflows/greet_first_time_contributor.yml index 0c078026692..8ed7157975a 100644 --- a/.github/workflows/greet_first_time_contributor.yml +++ b/.github/workflows/greet_first_time_contributor.yml @@ -9,6 +9,8 @@ on: jobs: check_for_first_interaction: runs-on: ubuntu-22.04 + if: github.repository == 'zephyrproject-rtos/zephyr' + steps: - uses: actions/checkout@v3 - uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-3