[draft] Extract common logic between S3 tests to a separate file #1302
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/[email protected] | |
with: | |
timezone: "UTC" | |
after: 18:00 | |
before: 20:00 | |
base-branches: "main" |