Skip to content

Commit

Permalink
Deactivate XSD-upload
Browse files Browse the repository at this point in the history
after movingthe heigl.org website to gitlab this job needs a general
renewal
  • Loading branch information
heiglandreas committed Oct 4, 2022
1 parent dc89a26 commit 36531f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
run: composer test
upload-xsd-file:
needs: [xml-lint, test]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: ${{ false }} && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
continue-on-error: false
environment: github-actions
Expand Down

0 comments on commit 36531f3

Please sign in to comment.