Skip to content

Commit

Permalink
fix syntax error in nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed May 27, 2024
1 parent 8401167 commit c5c82f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerimage-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Dockerimage nightly

on:
push:
- master
paths:
- "**-nightly.yml"
- "Dockerfile.latest"
- master
paths:
- "**-nightly.yml"
- "Dockerfile.latest"
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
Expand Down

0 comments on commit c5c82f6

Please sign in to comment.