Skip to content

Commit

Permalink
Remove scheduled rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk authored Oct 3, 2024
1 parent 5fcdb91 commit 15efb90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Docker
on:
push:
schedule:
- cron: "42 2 2 * *"
workflow_dispatch:

env:
Expand Down Expand Up @@ -41,4 +39,4 @@ jobs:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit 15efb90

Please sign in to comment.