Skip to content

Commit

Permalink
Merge pull request #158 from ChubachiPT2024/feature/fix-gha-weekly-re…
Browse files Browse the repository at this point in the history
…lease

ワークフローを直す
  • Loading branch information
cozy07 authored Jul 15, 2024
2 parents 4064b5a + 5c1e90e commit 3a200d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/schedule-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Weekly Release Merge PR Creation

on:
schedule:
- cron: '30 12 * * 1'
- cron: '30 13 * * 1'

permissions:
contents: write
Expand All @@ -29,5 +29,4 @@ jobs:
git push origin release
trigger-build:
needs: merge-main-to-release
uses: ./.github/workflows/main.yml@release
uses: ./.github/workflows/main.yml@main

0 comments on commit 3a200d9

Please sign in to comment.