diff --git a/.github/workflows/slack_notify_first_responders.yml b/.github/workflows/slack_notify_first_responders.yml index f296f3cb84a49f99ad84c7e261b66b82b90b94bc..a6f2d557a574778aea6c2a90f9721b5a41bd0724 100644 --- a/.github/workflows/slack_notify_first_responders.yml +++ b/.github/workflows/slack_notify_first_responders.yml @@ -9,7 +9,7 @@ env: jobs: notify-slack: - if: github.repository_owner == 'zed-industries' + if: github.repository_owner == 'zed-industries' && github.event.issue.state == 'open' runs-on: namespace-profile-2x4-ubuntu-2404 steps: