Skip to content

Commit b18a850

Browse files
PaliCAnantGulati
authored andcommitted
1 parent 25b1775 commit b18a850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-autoformat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
contents: read
1212
pull-requests: write
1313
runs-on: lf.linux.2xlarge
14-
continue-on-error: true
1514
if: ${{ github.repository_owner == 'pytorch' }}
1615
steps:
1716
- name: Checkout pytorch
@@ -31,10 +30,12 @@ jobs:
3130
bash .github/scripts/lintrunner.sh
3231
- name: Check for changes
3332
id: git-check
33+
continue-on-error: true
3434
run: |
3535
git diff --exit-code || echo "changes=true" >> "$GITHUB_OUTPUT"
3636
- name: Suggest changes
3737
if: steps.git-check.outputs.changes == 'true'
38+
continue-on-error: true
3839
uses: parkerbxyz/suggest-changes@v1
3940
with:
4041
comment: "Please commit the suggested changes from pytorch's linter."

0 commit comments

Comments
 (0)