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
|
||||
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
|
||||
@ -89,4 +88,4 @@ jobs:
|
||||
tag_name: ${{ steps.modify.outputs.tag }}
|
||||
release_name: ${{ steps.modify.outputs.tag }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
prerelease: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user