Skip to content

Commit

Permalink
Test github action schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
za committed Oct 16, 2023
1 parent 829f21e commit d782f86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
exempt-assignees: 'Octo,Cat' # Exempt some assignees from being unassigned
labels-to-remove: 'Stale' # Labels to remove after unassigning an issue
message: 'Automatically unassigned after 1 day of inactivity.'

test-schedule:
name: Test cron jobs every 5 minutes
runs-on: ubuntu-latest
steps:
run: echo "This step will always run every 5 minutes"

0 comments on commit d782f86

Please sign in to comment.