Skip to content

Commit

Permalink
build: improve workflows logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 28, 2024
1 parent 4a8abfa commit 8aa9f3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Go Build Test

on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/merge-from-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 8aa9f3b

Please sign in to comment.