features/.github/workflows/test-pr-temp.yaml
Samruddhi Khandale c1539e2cb0
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
2022-07-14 15:21:53 -07:00

16 lines
330 B
YAML

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"'