Skip to content

Commit 9bf257d

Browse files
striderkeinclaude
andcommitted
ci: ANTHROPIC_API_KEY 未設定時はジョブをスキップ
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent eae3ab3 commit 9bf257d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/grade-pr.yml

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

1111
jobs:
1212
grade:
13+
if: ${{ secrets.ANTHROPIC_API_KEY != '' }}
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)