Skip to content

Commit

Permalink
fix scheduled docker workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed May 9, 2021
1 parent aeea0b5 commit d5c7f3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/scheduled-docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: "Scheduled: docker"

on:
push:
branches:
- '**'
tags:
- '*.*.*'
schedule:
- cron: '0 6 * * 1'

jobs:
build-ubuntu:
Expand Down

0 comments on commit d5c7f3b

Please sign in to comment.