From c1539e2cb01a576cc99129872516c310ba0dc9b2 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 14 Jul 2022 15:21:53 -0700 Subject: 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 --- .github/workflows/test-pr-temp.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test-pr-temp.yaml (limited to '.github/workflows') 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"' -- cgit v1.2.3