Skip to content

Commit 7ba077a

Browse files
committed
fixed idempotency
1 parent a709ee7 commit 7ba077a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
111111
create_pr:
112112
needs: bump_timestamps
113+
if: always() && (needs.bump_timestamps.result == 'skipped' || needs.bump_timestamps.result == 'success')
113114
runs-on: ubuntu-latest
114115
steps:
115116
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)