Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
remove cron schedule. build will still fail (until Dockerfile updated to run ant), but at least it won't fail every day at a quarter past five in the afternoon
  • Loading branch information
Conal-Tuohy authored Oct 10, 2024
1 parent de3b8ec commit 278ecb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Docker
# documentation.

on:
schedule:
- cron: '17 15 * * *'
#schedule:
# - cron: '17 15 * * *'
push:
branches: [ "master" ]
# Publish semver tags as releases.
Expand Down

0 comments on commit 278ecb7

Please sign in to comment.