Skip to content

Commit

Permalink
add schedule trigger for infra test
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Jun 1, 2024
1 parent c5c796f commit d330c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- infra/**
schedule:
- cron: "00 00 * * 3"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d330c8d

Please sign in to comment.