Skip to content

Fix(actions): PR cleanup workflow not triggering for some PRs#2016

Merged
Gavinok merged 1 commit into
mainfrom
pr-close-action
Jul 3, 2026
Merged

Fix(actions): PR cleanup workflow not triggering for some PRs#2016
Gavinok merged 1 commit into
mainfrom
pr-close-action

Conversation

@Gavinok

@Gavinok Gavinok commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

resolves #2000

on_pr_closed workflow preventing proper cleanup:

  • Missing "deploy/traction/**" in paths filter
  • ${{ always }} evaluates the string "always", not the status check function -> ${{ always() }}.

resolves #2000

on_pr_closed workflow preventing proper cleanup:

- Missing "deploy/traction/**" in paths filter
- `${{ always }}` evaluates the string "always", not the status check
function -> `${{ always() }}`.

Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
@Gavinok Gavinok merged commit d008654 into main Jul 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

On PR Closed action is failing

2 participants