Skip to content

Commit

Permalink
CI: Update ci-docker.yml
Browse files Browse the repository at this point in the history
Run nightly instead of on every push, as we have faster tests now.
  • Loading branch information
cookpa authored Mar 31, 2024
1 parent 74d13e7 commit 3a8e81f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: ci-docker
on:
push:
branches:
- 'master'
schedule:
- cron: "30 6 * * *"
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 3a8e81f

Please sign in to comment.