Skip to content

Commit 60520e1

Browse files
chore: stop regression for 0.59 release tag (#18514)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent 3b46f3c commit 60520e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-zxcron-release-fsts-regression.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
major="${BASH_REMATCH[1]}"
4343
minor="${BASH_REMATCH[2]}"
4444
45-
if [[ "${major}" -eq 0 && "${minor}" -lt 59 ]]; then
45+
if [[ "${major}" -eq 0 && "${minor}" -lt 60 ]]; then
4646
continue
4747
fi
4848

.github/workflows/platform-zxcron-release-jrs-regression.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
major="${BASH_REMATCH[1]}"
4545
minor="${BASH_REMATCH[2]}"
4646
47-
if [[ "${major}" -eq 0 && "${minor}" -lt 59 ]]; then
47+
if [[ "${major}" -eq 0 && "${minor}" -lt 60 ]]; then
4848
continue
4949
fi
5050

0 commit comments

Comments
 (0)