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

❓ add change detection for running continuous deployment #36

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

burgholzer
Copy link
Member

This PR adds another output to the reusable-change-detection workflow that indicates whether continuous deployment should be run. The output is true whenever the .github/workflows/cd.yml file changes in a PR or when not in a PR, e.g., on pushes to main.
This allows to incorporate the CD job in the branch protection workflow and to ensure that all the jobs pass whenever the job is run as part of the CI checks on a PR.

@burgholzer burgholzer self-assigned this Sep 28, 2024
@burgholzer burgholzer added continuous integration Anything related to the CI setup github_actions Pull requests that update Github_actions code python Anything related to Python code usability Anything related to usability labels Sep 28, 2024
@burgholzer burgholzer merged commit f538207 into main Sep 28, 2024
2 checks passed
@burgholzer burgholzer deleted the cd-change-detection branch September 28, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Anything related to the CI setup github_actions Pull requests that update Github_actions code python Anything related to Python code usability Anything related to usability
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant