Skip to content

Commit

Permalink
Remove scheduled workflow trigger in Docker GitHub Actions
Browse files Browse the repository at this point in the history
The cron schedule trigger has been removed to prevent unnecessary workflow executions. The workflow will now only trigger on pushes to the "main" branch or semver tag releases.
  • Loading branch information
scaphilo committed Dec 21, 2024
1 parent 99db081 commit d22b79f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Docker
# documentation.

on:
schedule:
- cron: '0 0 1 * *'
push:
branches: [ "main", ]
# Publish semver tags as releases.
Expand Down

0 comments on commit d22b79f

Please sign in to comment.