We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a00be9 commit 1004f70Copy full SHA for 1004f70
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,6 @@ jobs:
48
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
49
50
- name: Upload ASF-WebConfigGenerator
51
- continue-on-error: true
52
uses: actions/upload-artifact@v3.0.0
53
with:
54
name: ${{ matrix.os }}_ASF-WebConfigGenerator
@@ -75,7 +74,6 @@ jobs:
75
74
fi
76
77
- name: Push changes
78
79
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
80
uses: ad-m/github-push-action@v0.6.0
81
0 commit comments