Skip to content

Commit 1004f70

Browse files
committed
CI: Remove excessive continue on error
1 parent 3a00be9 commit 1004f70

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
4949

5050
- name: Upload ASF-WebConfigGenerator
51-
continue-on-error: true
5251
uses: actions/upload-artifact@v3.0.0
5352
with:
5453
name: ${{ matrix.os }}_ASF-WebConfigGenerator
@@ -75,7 +74,6 @@ jobs:
7574
fi
7675
7776
- name: Push changes
78-
continue-on-error: true
7977
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
8078
uses: ad-m/github-push-action@v0.6.0
8179
with:

0 commit comments

Comments
 (0)