Skip to content

Commit

Permalink
💚 Submoduleの更新をmainへのpush時に実行しないように
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaji committed Dec 24, 2024
1 parent 4edc1c5 commit 94b2d64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Update Submodule
on:
# 手動実行
workflow_dispatch:
# mainブランチへのpush
push:
branches: ["main"]
# 定期実行
schedule:
# UTCで実行されているのでJST AM0時過ぎに実行される
Expand All @@ -16,7 +13,6 @@ jobs:
update:
name: Update Submodules
runs-on: ubuntu-latest
if: "!startsWith(${{ github.event.head_commit.message }}, '🤖')"
env:
TZ: "Asia/Tokyo"
permissions:
Expand Down

0 comments on commit 94b2d64

Please sign in to comment.