mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
workflows: Ignore changes to docs for actions
This commit is contained in:
parent
2bbfacf755
commit
842afac7dd
@ -16,6 +16,11 @@ app/pkg/*
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Don't track docs
|
||||
README.md
|
||||
LICENSE
|
||||
docs/*
|
||||
|
||||
# Various config files that shouldn't be tracked
|
||||
lldap_config.toml
|
||||
server_key
|
||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
# All of these options are optional, so you can remove them if you are happy with the defaults
|
||||
concurrent_skipping: 'never'
|
||||
skip_after_successful_duplicate: 'true'
|
||||
paths_ignore: '["**/README.md"]'
|
||||
paths_ignore: '["**/README.md", "**/docs/**"]'
|
||||
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
|
||||
test:
|
||||
name: cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user