diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 85b3c0336..c7a1a4b30 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -13,13 +13,11 @@ # limitations under the License. # A workflow that runs tests on every new pull request -name: Run unit tests +name: Report tests results on: repository_dispatch: types: [test] - push: - branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 372b972fc..187ab55b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,6 @@ name: Run unit tests on: repository_dispatch: types: [test] - push: - branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] workflow_dispatch: