From d65a0078ff982f6265c5e82d7d80a528bf8f1edf Mon Sep 17 00:00:00 2001 From: ykim-1 Date: Tue, 29 Oct 2024 08:19:58 -0700 Subject: [PATCH] add condition to not run on forks --- .github/workflows/release-notify-slack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-notify-slack.yml b/.github/workflows/release-notify-slack.yml index f0813d5a..23d88c38 100644 --- a/.github/workflows/release-notify-slack.yml +++ b/.github/workflows/release-notify-slack.yml @@ -7,6 +7,7 @@ on: jobs: notify: runs-on: ubuntu-latest + if: always() && github.repository == 'linode/ansible_linode' steps: - name: Notify Slack - Main Message id: main_message