github: fix github_ref reference

This commit is contained in:
Valentin Tolmer 2023-03-28 19:40:43 +02:00 committed by nitnelave
parent fc91d59b99
commit 88a9f8a97b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: 'outdated_runs'
skip_after_successful_duplicate: ${{ env.GITHUB_REF != 'refs/heads/main' }}
skip_after_successful_duplicate: ${{ github.ref != 'refs/heads/main' }}
paths_ignore: '["**/*.md", "**/docs/**", "example_configs/**", "*.sh", ".gitignore", "lldap_config.docker_template.toml"]'
do_not_skip: '["workflow_dispatch", "schedule"]'
cancel_others: true