Skip to content

Commit da50446

Browse files
author
Ace Nassri
authored
Add paths param to pull_request_target
1 parent bd3922f commit da50446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compute.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'compute/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'compute/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

0 commit comments

Comments
 (0)