Commit 0b30c14
committed
Add explicit noop handling to prevent unnecessary steps
When master is already up-to-date with trinodb/trino (status=noop),
add explicit step to log this and prevent any backup branch creation.
Changes:
- Added 'Skip if already up to date' step for noop status
- Only runs when status == 'noop'
- Ensures no backup branch is created when not needed
This makes the workflow behavior clearer:
- noop: Nothing happens, no backup
- fast-forward: Fast-forward merge, no backup
- rebase: Create backup, rebase, push1 parent 01e8f8d commit 0b30c14
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments