Skip to content

Commit

Permalink
Disable scheduled workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl authored Dec 11, 2024
1 parent 0b6c830 commit a3b8db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
required: true
description: 'Distribution(s) to build'
default: '["ubuntu22-full-x64", "ubuntu22-full-arm64", "ubuntu24-full-x64", "ubuntu24-full-arm64"]'
schedule:
- cron: '0 8 */15 * *'
# schedule:
# - cron: '0 8 */15 * *'

jobs:
sync:
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
with:
generate_release_notes: true
tag_name: ${{ needs.sync.outputs.release_name }}
make_latest: true
make_latest: true

0 comments on commit a3b8db1

Please sign in to comment.