Skip to content

Commit 7b67eb7

Browse files
committed
Fix test
1 parent db85dea commit 7b67eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-refresh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
exit 1
126126
fi
127127
128-
if [[ "$FAILURE_REASON" == "plan-changed" ]]; then
128+
if [[ "$FAILURE_REASON" != "plan-changed" ]]; then
129129
echo "::error:: failure-reason not set correctly"
130130
exit 1
131131
fi

0 commit comments

Comments
 (0)