From 85ad91aac540f54aa5b372bb931eb326e9ab1e2b Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Thu, 28 Nov 2024 02:27:41 +1100 Subject: [PATCH] workflows: deploy.yml: don't try to auto-build for PRs Contributors can auto-build in their own forks, and PRs generally don't have access to GitHub secrets so PR building by the receiving repository doesn't work anyway --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38ec9fd..eb718b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,6 @@ name: Deploy BlueOS Extension Image on: push: - pull_request: # Run manually workflow_dispatch: # NOTE: caches may be removed if not run weekly