Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only run action if config changed #1687

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

koebi
Copy link
Collaborator

@koebi koebi commented Feb 13, 2024

Using github.event.pull_request and the paths-filter, we can do the same but shorter.

fixes #1685

Using github.event.pull_request and the paths-filter, we can simplify this

- only run action if config changed
- change workflow to only run job if no draft & open
- rename to synchronization since it's no conversion
- no manual triggering necessary

fixes #1685

Co-authored-by: Amandus <amandus.butzer@heigit.org>
@TheGreatRefrigerator TheGreatRefrigerator merged commit f2627d4 into main Feb 14, 2024
9 of 10 checks passed
@TheGreatRefrigerator TheGreatRefrigerator deleted the fix/config-conversion branch February 14, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Awaiting release
Development

Successfully merging this pull request may close these issues.

Simplify checking if config has changed
2 participants