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