avoid double read from steam from curl when stream is small #1174
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Block Merge During Daily Release | |
on: | |
pull_request: | |
branches: [ main ] | |
merge_group: | |
branches: [ main ] | |
jobs: | |
block: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: yykamei/block-merge-based-on-time@v2.1.37 | |
with: | |
timezone: "UTC" | |
after: 18:00 | |
before: 20:00 | |
base-branches: "main" |