From afb2078529d646d60e32462641d8ea7155f16d8b Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Tue, 30 Nov 2021 00:17:53 +0530 Subject: [PATCH] removing the docs_pr1.yml require some more modification to migrate from travis ci to github actions --- .github/workflows/docs_pr1.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/docs_pr1.yml diff --git a/.github/workflows/docs_pr1.yml b/.github/workflows/docs_pr1.yml deleted file mode 100644 index fd01127b49..0000000000 --- a/.github/workflows/docs_pr1.yml +++ /dev/null @@ -1,11 +0,0 @@ -name : docs_PR_1 -on: - pull_request: - branches: [master] - paths: - - 'docs/**' -jobs: - docs_on_PR: - runs-on: windows-latest - steps: - - run: echo "this job will trigger docs_PR2 workflow on pull request on changes in the docs"