Skip to content

Commit

Permalink
Allow manual invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcd authored Aug 16, 2024
1 parent bd435f7 commit d2eeea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
schedule:
# Scheduled to run at 1.30 UTC everyday
- cron: '30 1 * * *'
workflow_dispatch:

jobs:
stale:
Expand Down

1 comment on commit d2eeea6

@aeustaquio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ on:
schedule:

Scheduled to run at 1.30 UTC everyday

  • cron: '30 1 * * *'
    workflow_dispatch:

jobs:
stale:

Please sign in to comment.