fix: remove run the action on push
This commit is contained in:
parent
d37a3d9015
commit
e95749b25b
3
.github/workflows/upgrader.yaml
vendored
3
.github/workflows/upgrader.yaml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: SDK version upgrade
|
name: SDK version upgrade
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 */12 * * *"
|
||||||
|
|
||||||
@ -89,4 +88,4 @@ jobs:
|
|||||||
tag_name: ${{ steps.modify.outputs.tag }}
|
tag_name: ${{ steps.modify.outputs.tag }}
|
||||||
release_name: ${{ steps.modify.outputs.tag }}
|
release_name: ${{ steps.modify.outputs.tag }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user