Skip to content

Commit

Permalink
reduce CCCL nightly frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored and jjacobelli committed Nov 27, 2024
1 parent 8140fc7 commit dbaeff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
- cron: '0 */4 * * *'

concurrency:
group: ${{ github.workflow }}-on-${{ github.event_name }}-from-${{ github.ref_name }}
Expand Down

0 comments on commit dbaeff1

Please sign in to comment.