Skip to content

Commit

Permalink
auto-update voedger by schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 3, 2024
1 parent 17eb1d7 commit 9942d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-bp3-voedger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
go env -w GOSUMDB=off
echo "gh_event: $gh_event"

if [[ "$gh_event" == "workflow_dispatch" ]]; then
if [[ "$gh_event" == "workflow_dispatch" || "$gh_event" == "schedule" ]]; then

header="Accept: application/vnd.github+json"
repo_full_name="https://api.github.com/repos/voedger/voedger/commits/main"
Expand Down

0 comments on commit 9942d14

Please sign in to comment.