Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
1c786633
Commit
1c786633
authored
Jun 20, 2021
by
neilpang
Browse files
exclude test for dns api changes
parent
74c054b2
Changes
2
Show whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
1c786633
...
...
@@ -6,12 +6,18 @@ on:
paths
:
-
'
**.sh'
-
'
**.yml'
-
'
!dnsapi/**'
-
'
!deploy/**'
-
'
!notify/**'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
-
'
**.yml'
-
'
!dnsapi/**'
-
'
!deploy/**'
-
'
!notify/**'
jobs
:
...
...
.github/workflows/Linux.yml
View file @
1c786633
...
...
@@ -6,12 +6,18 @@ on:
paths
:
-
'
**.sh'
-
'
**.yml'
-
'
!dnsapi/**'
-
'
!deploy/**'
-
'
!notify/**'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
-
'
**.yml'
-
'
!dnsapi/**'
-
'
!deploy/**'
-
'
!notify/**'
jobs
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment