Skip to content

Commit

Permalink
Merge pull request #122 from MusicDin/fix/image-ubuntu
Browse files Browse the repository at this point in the history
Disable scheduled build for Ubuntu images
  • Loading branch information
tomponline authored Apr 2, 2024
2 parents d826052 + af74000 commit 655c09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Ubuntu Images

on:
schedule:
# Run at 00:00 UTC daily.
- cron: '0 0 * * *'
# schedule:
# # Run at 00:00 UTC daily.
# - cron: '0 0 * * *'
workflow_dispatch:
inputs:
publish:
Expand Down

0 comments on commit 655c09d

Please sign in to comment.