Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better crazy check
Browse files Browse the repository at this point in the history
bdemann committed Aug 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 828bc20 commit 3d33155
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -61,9 +61,6 @@ jobs:
else
echo "should_run_tests=true" >> "$GITHUB_OUTPUT"
fi
- id: make_sure_im_not_crazy
name: Crazy Check
run: |
echo "Hello from crazy check"
if [[ "${{env.IS_RELEASE_CANDIDATE}}" == "true" && "$IS_AUTOMATED_RELEASE" == "false" ]]; then
echo "1 I'm not going to see this since I'm not doing a release"

0 comments on commit 3d33155

Please sign in to comment.