Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
chore: remove pull request trigger for updatecli workflow (#90)
Browse files Browse the repository at this point in the history
Remove the pull request trigger from the Updatecli GitHub Actions
workflow. This change simplifies the workflow by ensuring that the
Updatecli process only runs on pushes to the main branch and on manual
triggers, streamlining the update process.
  • Loading branch information
argoyle authored Feb 17, 2025
1 parent 5db9ad9 commit eb8f93d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
# Trigger Updatecli if a new commit land on the main branch
push:
branches: [ main ]
# Trigger Updatecli if a pullrequest is open targeting the main branch.
# This is useful to test Updatecli manifest change
pull_request:
branches: [ main ]
# Manually trigger Updatecli via GitHub UI
workflow_dispatch:
# Trigger Updatecli once day by a cronjob
Expand Down

0 comments on commit eb8f93d

Please sign in to comment.