Skip to content

Commit

Permalink
Updated .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim, Allen committed Feb 17, 2025
1 parent 05eb051 commit e3e920f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/close-inactive-issues.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Close inactive issues
on:
push:
branches: ["main"]
schedule:
- cron: "30 1 * * *" # Runs everyday 1:30 a.m.
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
close-issues:
Expand Down

0 comments on commit e3e920f

Please sign in to comment.