aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-15 01:21:53 +0300
committerGitHub <noreply@github.com>2022-07-15 01:21:53 +0300
commitc1539e2cb01a576cc99129872516c310ba0dc9b2 (patch)
tree25c0cc2958a50552397e6cb3204c12f433bfb075 /.github
parent63e9392aa8d43f6f4f0454623b197efd9596709b (diff)
Oryx: change path of git repo download (#59)
* change oryx git path * change oryx install dir * change ownership * add debian flavor * revert codespace:codespace * temp testing * attempt to fix stuck action * remove name * attempt 2 * remove name * attempt 3 * nit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-pr-temp.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/test-pr-temp.yaml b/.github/workflows/test-pr-temp.yaml
new file mode 100644
index 0000000..3f3dbe9
--- /dev/null
+++ b/.github/workflows/test-pr-temp.yaml
@@ -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"'