From c5ae9c06667c75d102b291728d1ebde51f6de588 Mon Sep 17 00:00:00 2001 From: SURYAPRATAP SINGH SURYAVANSHI <67123991+suryapratapsinghsuryavanshi@users.noreply.github.com> Date: Wed, 22 Sep 2021 13:21:23 +0530 Subject: [PATCH] doc: fix "test-internet.yml" workflows --- .github/workflows/test-internet.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index 4ef4c42c147d47..8d2ba377d3cd0f 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -5,10 +5,10 @@ on: schedule: - cron: 5 0 * * * -pull_request: - types: [opened, synchronize, reopened, ready_for_review] - paths: - - test/internet/** + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + paths: + - test/internet/** push: branches: - master