mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
github: Don't skip rebuilding a docker image on main because it was built on a branch
This commit is contained in:
committed by
nitnelave
parent
aad4711056
commit
fc91d59b99
@@ -76,7 +76,7 @@ jobs:
|
|||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'outdated_runs'
|
concurrent_skipping: 'outdated_runs'
|
||||||
skip_after_successful_duplicate: 'true'
|
skip_after_successful_duplicate: ${{ env.GITHUB_REF != 'refs/heads/main' }}
|
||||||
paths_ignore: '["**/*.md", "**/docs/**", "example_configs/**", "*.sh", ".gitignore", "lldap_config.docker_template.toml"]'
|
paths_ignore: '["**/*.md", "**/docs/**", "example_configs/**", "*.sh", ".gitignore", "lldap_config.docker_template.toml"]'
|
||||||
do_not_skip: '["workflow_dispatch", "schedule"]'
|
do_not_skip: '["workflow_dispatch", "schedule"]'
|
||||||
cancel_others: true
|
cancel_others: true
|
||||||
|
|||||||
Reference in New Issue
Block a user