Browse Source

exclude test for dns api changes

pull/3565/head
neilpang 4 years ago
parent
commit
1c78663378
  1. 6
      .github/workflows/LetsEncrypt.yml
  2. 6
      .github/workflows/Linux.yml

6
.github/workflows/LetsEncrypt.yml

@ -6,12 +6,18 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:

6
.github/workflows/Linux.yml

@ -6,12 +6,18 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:

Loading…
Cancel
Save