From f6717c5adb677024c3777fcf38bc60c2cb1adb73 Mon Sep 17 00:00:00 2001 From: Ravikiran Chollangi Date: Thu, 10 Oct 2024 23:24:25 -0700 Subject: [PATCH] Disable auto workflow trigger --- .github/workflows/alert.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alert.yml b/.github/workflows/alert.yml index ad72032c..2511a50e 100644 --- a/.github/workflows/alert.yml +++ b/.github/workflows/alert.yml @@ -1,9 +1,9 @@ name: 'Alert' on: workflow_dispatch: - push: - branches: - - main + # push: + # branches: + # - main jobs: alert: if: ${{ github.repository == 'os-fpga/Raptor' }}