Updated main.yaml

This commit is contained in:
Brage 2023-07-21 00:25:09 +02:00
parent f0381ec10e
commit 98d5bf8c80

View File

@ -152,7 +152,7 @@ jobs:
build-pymetadata:
needs: pre-check
if: ${{ needs.changes.outputs.pyMetadata == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
if: ${{ needs.changes.outputs.pyMetadata == 'true' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps: