aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-18 21:52:43 +0300
committerGitHub <noreply@github.com>2022-07-18 21:52:43 +0300
commit9b610330555d72309d1b4316bac2f9486b1cdb25 (patch)
treeda5edc5d11a755e401f1bcc768e886d68e5379fc
parent3042260fc17c80f838a837c90cc9b2371bfb6365 (diff)
Actions: remove tweaked action (#66)
remove tweak
-rw-r--r--.github/workflows/test-pr-temp-tweak.yml15
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"'