From 04ed56f90f8b8963774c501b2e3422de766722d4 Mon Sep 17 00:00:00 2001 From: Ravikiran Chollangi Date: Thu, 10 Oct 2024 23:25:33 -0700 Subject: [PATCH] Disable auto workflow trigger (#2056) --- .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' }}