Skip to content

Commit 1604e2f

Browse files
committed
removed trigger on pr changes
1 parent 845138a commit 1604e2f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test_head.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@ on:
1212
- "**/LICENSE"
1313
- "**/NOTICE"
1414

15-
pull_request:
16-
types:
17-
- opened
18-
- synchronize
19-
- reopened
20-
paths-ignore:
21-
- "**.md"
22-
- "**/docs/**"
23-
- "**/LICENSE"
24-
- "**/NOTICE"
25-
workflow_dispatch:
26-
inputs:
27-
pr:
28-
description: "Pull request#"
29-
required: false
30-
3115
concurrency:
3216
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
3317
cancel-in-progress: true

0 commit comments

Comments
 (0)