Remove on release build

This commit is contained in:
Ben C 2023-03-25 18:57:39 -04:00 committed by GitHub
parent cdff79c159
commit 9865ce4698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,13 +35,6 @@ jobs:
with: with:
artifact_name: NewHorizons-Schemas-Release artifact_name: NewHorizons-Schemas-Release
secrets: inherit secrets: inherit
Update_Docs:
name: 'Update Docs'
needs: Build
if: ${{ needs.Build.outputs.schemas_changed == 'true' && github.ref == 'refs/heads/main' }} # Same thing with docs
uses: './.github/workflows/docs_build.yml'
with:
schemas_artifact: NewHorizons-Schemas-Debug
Update_Release: Update_Release:
name: 'Create/Update Release Asset' name: 'Create/Update Release Asset'
needs: Build needs: Build