We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38f9a3 commit 2de206eCopy full SHA for 2de206e
.github/workflows/ci.yml
@@ -224,8 +224,8 @@ jobs:
224
continue-on-error: true
225
id: testing
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' }}
+ # - name: Create new issue for failed changes
+ # 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
+ # env:
+ # GITHUB_TOKEN: ${{ github.token }}
+ # if: ${{ steps.testing.outcome == 'failure' }}
0 commit comments