Skip to content

Commit

Permalink
build: fix "test-internet.yml" workflows
Browse files Browse the repository at this point in the history
PR-URL: #40177
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
suryapratapsinghsuryavanshi authored and targos committed Oct 4, 2021
1 parent 0232f94 commit e22ca06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-internet.yml
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

0 comments on commit e22ca06

Please sign in to comment.