Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed May 3, 2022
1 parent fedae22 commit 85a7073
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go-deps-scan.yml
Expand Up @@ -4,8 +4,6 @@ on:
schedule:
- cron: "0 3 * * *" # 毎日の正午に実行 ( 12+JST = 3+UTC )
workflow_dispatch:
branches:
- main

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nodejs-deps-scan.yml
Expand Up @@ -4,8 +4,6 @@ on:
schedule:
- cron: "0 3 * * *" # 毎日の正午に実行 ( 12+JST = 3+UTC )
workflow_dispatch:
branches:
- main

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nodejs-deps-update.yml
Expand Up @@ -4,8 +4,6 @@ on:
schedule:
- cron: '0 3 * * 3' # 毎週水曜日の正午に実行 ( 12+JST = 3+UTC )
workflow_dispatch:
branches:
- main

defaults:
run:
Expand Down

0 comments on commit 85a7073

Please sign in to comment.