Skip to content

Commit

Permalink
workflows: deploy.yml: don't try to auto-build for PRs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ES-Alexander authored and Williangalvani committed Nov 27, 2024
1 parent ac53460 commit 85ad91a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ad91a

Please sign in to comment.