Skip to content

Commit 49f62f6

Browse files
committed
fail on purpose
1 parent fde1ca5 commit 49f62f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v4
1616
with: { go-version: '1.21' }
1717

18-
- run: './check-pr.sh'
18+
- run: exit 1 #'./check-pr.sh'
1919
env:
2020
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
2121
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}

0 commit comments

Comments
 (0)