Skip to content

Commit 7daff43

Browse files
committed
ci: Run Docker CI job on pull_request_target instead of pull_request
This is to avoid token issues for the linter. Signed-off-by: Quentin Monnet <[email protected]>
1 parent 4b5b8f0 commit 7daff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docker
22

33
on:
4-
pull_request: {}
4+
pull_request_target: {}
55
push:
66
branches:
77
- master

0 commit comments

Comments
 (0)