Skip to content

Add post lifecycle hook#26

Merged
sebastianrath merged 7 commits intomainfrom
feature/gh-action-post
Feb 18, 2026
Merged

Add post lifecycle hook#26
sebastianrath merged 7 commits intomainfrom
feature/gh-action-post

Conversation

@sebastianrath
Copy link
Member

This PR adds support for executing post step cleanup logic in GitHub Action nodes, matching how GitHub Actions runners handle the post lifecycle hook.

When a GitHub Action defines a post script (for both Node.js and Docker-based actions), it will now be registered during execution and automatically run in reverse order (LIFO) after the main graph execution completes, just like in GitHub Actions.

@sebastianrath sebastianrath merged commit c7191f3 into main Feb 18, 2026
9 checks passed
@sebastianrath sebastianrath deleted the feature/gh-action-post branch February 18, 2026 04:27
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.

1 participant

Comments