Skip to content

Commit

Permalink
chore(workflow): adjust trigger of stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva authored Jun 12, 2024
1 parent fe890ec commit d51b29b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Close stale issues and PRs

on:
schedule:
- cron: '0 4 * * 3,6'
workflow_dispatch: # can be used to trigger the workflow manually
# schedule:
# - cron: '0 4 * * 3,6'
workflow_call: # can be called by another workflow

jobs:
stale:
Expand Down

0 comments on commit d51b29b

Please sign in to comment.