You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ghcr_build.yml
+7-9
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@ name: Build GHCR images
2
2
3
3
on:
4
4
workflow_call:
5
-
pull_request_target:
6
5
branches: ["master"]
7
6
paths:
8
7
- "**/*"
@@ -25,8 +24,7 @@ jobs:
25
24
teslamate_build:
26
25
name: Build images
27
26
needs: check_paths
28
-
# Only run if there are no changes to the github folder and on workflow call, or PRs from forks (to avoid duplicate runs for PRs from non-forks, and to avoid invalid reference format for cache name in PRs from our repo)
# Only run if there are no changes to the github folder and on workflow call, or PRs from forks (to avoid duplicate runs for PRs from non-forks, and to avoid invalid reference format for cache name in PRs from our repo)
0 commit comments