Skip to content

Commit f455c31

Browse files
authored
Disable pull_request_target for the vercel action (#969)
`pull_request` and `pull_request_target` are similar and two CI jobs are triggered. This is not what we want. This PR disables the `pull_request_target` event.
1 parent 17133d1 commit f455c31

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/continuous-documentation.yml

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ on:
1010
- 'pygmt/**'
1111
- 'README.rst'
1212
- '.github/workflows/continuous-documentation.yml'
13-
pull_request_target:
14-
paths:
15-
- 'doc/**'
16-
- 'examples/**'
17-
- 'pygmt/**'
18-
- 'README.rst'
19-
- '.github/workflows/continuous-documentation.yml'
2013

2114
jobs:
2215
vercel:

0 commit comments

Comments
 (0)