Skip to content

Commit

Permalink
[workflow] delete-runs: Update event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Apr 20, 2024
1 parent 3e3bf5d commit c8a18e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/delete-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Delete old workflow runs
on:
schedule:
- cron: "0 0 * * 0"
push:
branches:
- develop
jobs:
del_runs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8a18e8

Please sign in to comment.