Procedures #1251

Closed
opened 2026-03-22 17:16:23 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ahmaddxb on GitHub (Jun 26, 2025).

I have made this procedure that is triggered by a GitHub webhook

Procedure: update-stacks
Stage 1 - pull repo, target is the repo
Stage 2 - Batch Deploy Stack If changed, target is *

When I push my commit, it never runs the Batch Deploy Stack If Changed or it runs but doesn't detect the changes.

I have tried adding a sleep of 5000 between the stages, but that didn't help.

If I create two procedures as below, it will redeploy the stacks with the desired changes.

Procedure: update-stacks
Stage 1 - pull repo, target is the repo
Stage 2 - Run Procedure, target is deploy-stacks

Procedure: deploy-stacks
Stage 1 - Batch Deploy Stack If Changed, target is *

Originally created by @ahmaddxb on GitHub (Jun 26, 2025). I have made this procedure that is triggered by a GitHub webhook Procedure: update-stacks Stage 1 - pull repo, target is the repo Stage 2 - Batch Deploy Stack If changed, target is * When I push my commit, it never runs the Batch Deploy Stack If Changed or it runs but doesn't detect the changes. I have tried adding a sleep of 5000 between the stages, but that didn't help. If I create two procedures as below, it will redeploy the stacks with the desired changes. Procedure: update-stacks Stage 1 - pull repo, target is the repo Stage 2 - Run Procedure, target is deploy-stacks Procedure: deploy-stacks Stage 1 - Batch Deploy Stack If Changed, target is *
Author
Owner

@ahmaddxb commented on GitHub (Jun 26, 2025):

updated to v1.18.4 and this is no longer an issue.

@ahmaddxb commented on GitHub (Jun 26, 2025): updated to v1.18.4 and this is no longer an issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#1251