From 8d65a73456a5de6228dfcaf74b5fd55a84eb8db4 Mon Sep 17 00:00:00 2001 From: Aashir Siddiqui Date: Wed, 27 Nov 2024 10:52:44 +0000 Subject: [PATCH] Deleted pr-build workflow Signed-off-by: Aashir Siddiqui --- .github/workflows/pr-build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/pr-build.yml diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml deleted file mode 100644 index 5e2632b..0000000 --- a/.github/workflows/pr-build.yml +++ /dev/null @@ -1,25 +0,0 @@ -# -# Copyright contributors to the Galasa project -# -# SPDX-License-Identifier: EPL-2.0 -# - -name: PR Build - -on: - pull_request: - branches: [main] - -jobs: - build-helm: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Turn script into an executable - run: chmod +x detect-secrets.sh - - - name: Run the detect secrets script - run: ./detect-secrets.sh