chore: do not publish driver on every commit (#9634)
With this patch: - one can trigger driver publish manually - driver will be published once a day for master branch - driver will be published for every commit of release branch
This commit is contained in:
parent
c60dcea3e5
commit
6264a70f70
4
.github/workflows/publish_canary_driver.yml
vendored
4
.github/workflows/publish_canary_driver.yml
vendored
|
|
@ -1,9 +1,11 @@
|
||||||
name: "devrelease:driver"
|
name: "devrelease:driver"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "10 0 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- release-*
|
- release-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue