Skip to content

Commit

Permalink
run every 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jun 21, 2024
1 parent ed1375a commit 97027ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd_perf_kernel_nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: AMD Perf Kernel Nightly Tests
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # This will run the job every day at midnight UTC
- cron: '*/30 * * * *'
push:
branches: [main_perf, micmelesse/nightly]

Expand Down

0 comments on commit 97027ff

Please sign in to comment.