Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix "test-internet.yml" workflows
  • Loading branch information
suryapratapsinghsuryavanshi authored Sep 22, 2021
commit c5ae9c06667c75d102b291728d1ebde51f6de588
8 changes: 4 additions & 4 deletions .github/workflows/test-internet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down