From 9b610330555d72309d1b4316bac2f9486b1cdb25 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 18 Jul 2022 11:52:43 -0700 Subject: Actions: remove tweaked action (#66) remove tweak --- .github/workflows/test-pr-temp-tweak.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/test-pr-temp-tweak.yml diff --git a/.github/workflows/test-pr-temp-tweak.yml b/.github/workflows/test-pr-temp-tweak.yml deleted file mode 100644 index 3f3dbe9..0000000 --- a/.github/workflows/test-pr-temp-tweak.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "test" -on: - pull_request: - paths-ignore: - - ./**/oryx/** - - ./**/java/** - - ./**/dotnet/** - - ./**/php/** - - ./**/node/** - -jobs: - test: - runs-on: ubuntu-latest - steps: - - run: 'echo "No build required ; Temporary tweak for merging the PRs until branch protection rules are updated"' -- cgit v1.2.3