Skip to content

Commit

Permalink
action: enable release and convet when modify yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high committed Nov 30, 2023
1 parent c3c28ec commit e0942b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
# Do conversion every day at 00:03 clock UTC
- cron: "3 0 * * *"
pull_request:
paths:
- '.github/workflows/convert.yml'
workflow_dispatch:

env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
schedule:
# Run daily sanity check at 22:08 clock UTC
- cron: "8 22 * * *"
pull_request:
paths:
- '.github/workflows/release.yml'
workflow_dispatch:

env:
Expand Down

0 comments on commit e0942b2

Please sign in to comment.