Skip to content

Commit

Permalink
Merge pull request #973 from near/2releases
Browse files Browse the repository at this point in the history
build: trigger prod releases branches on Tuesdays and Thursdays
  • Loading branch information
charleslavon authored Feb 16, 2024
2 parents e94de78 + 4ea474f commit 8e2d142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote-develop-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: weekly-production-release

on:
schedule:
- cron: '0 0 * * THU'
- cron: '0 0 * * 2,4'

permissions:
pull-requests: write
Expand All @@ -17,6 +17,6 @@ jobs:
fetch-depth: 0
- name: pull-request
run: |
gh pr create --base main --head develop -f -a mpeterdev -a marcinbodnar --title "weekly promotion of develop to main"
gh pr create --base main --head develop -f -a calebjacob -a shelegdmitriy --title "2x weekly promotion of develop to main"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e2d142

Please sign in to comment.