Skip to content

Commit

Permalink
Fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
za committed Oct 16, 2023
1 parent d782f86 commit 664652b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
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"
- name: Every 5 minutes
run: echo "This step will always run every 5 minutes"

0 comments on commit 664652b

Please sign in to comment.