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

chore: Trigger a Temporal deploy #21866

Merged
merged 1 commit into from
Apr 25, 2024
Merged

chore: Trigger a Temporal deploy #21866

merged 1 commit into from
Apr 25, 2024

Conversation

tkaemming
Copy link
Contributor

Problem

#21862 wasn't deployed because it didn't touch any files that meet the selection criteria to trigger a deployment.

Changes

Add an empty comment to a file that will meet the criteria. 🙃

Does this work well for both Cloud and self-hosted?

n/a

How did you test this code?

(env) ted@revuelto posthog % echo "changed=$((git diff --name-only HEAD^ HEAD | grep -qE '^posthog/temporal/common|^posthog/temporal/batch_exports|^posthog/batch_exports/|^posthog/management/commands/start_temporal_worker.py$' && echo true) || echo false)"
changed=true

@tkaemming tkaemming requested a review from a team April 25, 2024 20:56
Copy link
Contributor

@bretthoerner bretthoerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@tkaemming tkaemming enabled auto-merge (squash) April 25, 2024 21:06
@tkaemming tkaemming merged commit 9572779 into master Apr 25, 2024
98 checks passed
@tkaemming tkaemming deleted the trigger-temporal-deploy branch April 25, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants