Skip to content

Commit

Permalink
temporarily change delete script to run on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelopv committed Jul 20, 2023
1 parent 10e07bd commit 40e6833
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/delete-old-branches.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Delete old branches
on:
schedule:
- cron: "0 0 * * *" # Runs every day at midnight (UTC)
#on:
# schedule:
# - cron: "0 0 * * *" # Runs every day at midnight (UTC)

on: [push]

jobs:
list-stale-branches:
Expand Down

0 comments on commit 40e6833

Please sign in to comment.