From eb8f93d2469500004b5c0c32387b23ba79f6a7c6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 17 Feb 2025 14:58:55 +0100 Subject: [PATCH] chore: remove pull request trigger for updatecli workflow (#90) 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. --- .github/workflows/updatecli.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 48e2ed3..feeb527 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -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