build: improve workflows logic. (#2801)

This commit is contained in:
Monet Lee 2024-10-28 14:05:45 +08:00 committed by GitHub
parent 4a8abfa21d
commit 4de3befd60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 7 deletions

View File

@ -2,11 +2,7 @@ name: Go Build Test
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'

View File

@ -17,9 +17,6 @@ on:
required: true
default: 'pre-release-v3.8.2'
schedule:
- cron: '0 2 * * 0'
env:
MILESTONE_NAME: ${{ github.event.inputs.milestone_name || 'v3.8.2' }}
TARGET_BRANCH: ${{ github.event.inputs.target_branch || 'pre-release-v3.8.2' }}