aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr-temp-tweak.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-pr-temp-tweak.yml')
-rw-r--r--.github/workflows/test-pr-temp-tweak.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/test-pr-temp-tweak.yml b/.github/workflows/test-pr-temp-tweak.yml
new file mode 100644
index 0000000..3f3dbe9
--- /dev/null
+++ b/.github/workflows/test-pr-temp-tweak.yml
@@ -0,0 +1,15 @@
+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"'