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