diff options
-rw-r--r-- | .github/workflows/test-pr-temp-tweak.yml | 15 |
1 files changed, 0 insertions, 15 deletions
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"' |