Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
||||
id: cmp
|
||||
run: |
|
||||
set -euo pipefail
|
||||
if [ "${{ github.event_name }}" != "schedule" ] || [ "${{ inputs.force }}" = "true" ]; then
|
||||
if [ "${{ github.event_name }}" = "push" ] || [ "${{ github.event.inputs.force }}" = "true" ]; then
|
||||
echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
echo "non-scheduled or forced run - building"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user