Commit 2de206e 1 parent e38f9a3 commit 2de206e Copy full SHA for 2de206e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ jobs:
224
224
continue-on-error : true
225
225
id : testing
226
226
227
- - name : Create new issue for failed changes
228
- run : pip3 install requests && cat stderr.txt && ISSUE_TITLE="Building and testing failed for dorm (exit code $(cat exit_code))" python3 .github/create_issue.py
229
- env :
230
- GITHUB_TOKEN : ${{ github.token }}
231
- if : ${{ steps.testing.outcome == 'failure' }}
227
+ # - name: Create new issue for failed changes
228
+ # run: pip3 install requests && cat stderr.txt && ISSUE_TITLE="Building and testing failed for dorm (exit code $(cat exit_code))" python3 .github/create_issue.py
229
+ # env:
230
+ # GITHUB_TOKEN: ${{ github.token }}
231
+ # if: ${{ steps.testing.outcome == 'failure' }}
You can’t perform that action at this time.
0 commit comments