Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
chore: no longer using checkly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkit committed Nov 30, 2023
1 parent b3202d4 commit be9e321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

source $DIR/helpers.sh
if [ "$SKIP_TESTS" == "false" ]; then
check_checkly_checks
# check_checkly_checks
check_github_checks
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

source $DIR/helpers.sh
if [ "$SKIP_TESTS" == "false" ]; then
check_checkly_checks
# check_checkly_checks
check_github_checks
fi

Expand Down

0 comments on commit be9e321

Please sign in to comment.