diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-18 21:52:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 21:52:43 +0300 |
commit | 9b610330555d72309d1b4316bac2f9486b1cdb25 (patch) | |
tree | da5edc5d11a755e401f1bcc768e886d68e5379fc /.github/workflows | |
parent | 3042260fc17c80f838a837c90cc9b2371bfb6365 (diff) |
Actions: remove tweaked action (#66)
remove tweak
Diffstat (limited to '.github/workflows')
-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"' |