Skip to content

Commit cd9b728

Browse files
committed
fix: disable Showcase Eval Check workflow until fixed
The check is failing on all PRs. Disable with `if: false` so it's easy to re-enable once the eval webhook is working again.
1 parent 9520e6b commit cd9b728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/showcase_eval_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
create-check:
12+
if: false
1213
runs-on: ubuntu-latest
1314
timeout-minutes: 2
1415
permissions:

0 commit comments

Comments
 (0)