Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
squash: make linter happy
  • Loading branch information
mhdawson authored Aug 17, 2023
commit b855d5e9d24ef61af3d6e61b52dde2918fefadc2
16 changes: 8 additions & 8 deletions .github/workflows/test-internet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'test/internet/**'
- 'internal/dns/**'
- 'lib/dns.js'
- 'lib/net.js'
- test/internet/**
- internal/dns/**
- lib/dns.js
- lib/net.js
push:
branches:
- main
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths:
- 'test/internet/**'
- 'internal/dns/**'
- 'lib/dns.js'
- 'lib/net.js'
- test/internet/**
- internal/dns/**
- lib/dns.js
- lib/net.js

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down