mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 11:25:06 +00:00
exclude test for dns api changes
This commit is contained in:
parent
74c054b2a5
commit
1c78663378
6
.github/workflows/LetsEncrypt.yml
vendored
6
.github/workflows/LetsEncrypt.yml
vendored
@ -6,12 +6,18 @@ on:
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
|
||||
|
||||
jobs:
|
||||
|
6
.github/workflows/Linux.yml
vendored
6
.github/workflows/Linux.yml
vendored
@ -6,12 +6,18 @@ on:
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user