Skip to content

Commit a24fde6

Browse files
authored
[no ci] chore: Remove pull_request_target trigger (#4054)
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [ ] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [ ] **I have read the [contribution guidelines](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md).** - [ ] **I confirm that all new dependencies are compatible with the MIT license.** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes.
1 parent 29f5354 commit a24fde6

File tree

4 files changed

+0
-61
lines changed

4 files changed

+0
-61
lines changed

.github/workflows/promptflow-executor-e2e-test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@ name: promptflow-executor-e2e-test
22
on:
33
schedule:
44
- cron: "40 20 * * *" # Every day starting at 4:40 BJT
5-
pull_request_target:
6-
paths:
7-
- src/promptflow-core/*
8-
- src/promptflow/*
9-
- src/promptflow/promptflow/*
10-
- src/promptflow/promptflow/_core/**
11-
- src/promptflow/promptflow/_internal/**
12-
- src/promptflow/promptflow/_utils/**
13-
- src/promptflow/promptflow/batch/**
14-
- src/promptflow/promptflow/contracts/**
15-
- src/promptflow/promptflow/entities/**
16-
- src/promptflow/promptflow/executor/**
17-
- src/promptflow/promptflow/integrations/**
18-
- src/promptflow/promptflow/storage/**
19-
- src/promptflow/tests/*
20-
- src/promptflow/tests/executor/**
21-
- src/promptflow-tracing/promptflow/**
22-
- src/promptflow-core/promptflow/**
23-
- src/promptflow-devkit/promptflow/**
24-
- src/promptflow-parallel/promptflow/**
25-
- scripts/building/**
26-
- src/promptflow-recording/recordings/local/executor_node_cache.*
27-
- .github/workflows/promptflow-executor-e2e-test.yml
285
workflow_dispatch:
296
env:
307
packageSetupType: promptflow_with_extra

.github/workflows/promptflow-executor-unit-test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@ name: promptflow-executor-unit-test
22
on:
33
schedule:
44
- cron: "40 19 * * *" # Every day starting at 3:40 BJT
5-
pull_request_target:
6-
paths:
7-
- src/promptflow-core/*
8-
- src/promptflow/*
9-
- src/promptflow/promptflow/*
10-
- src/promptflow/promptflow/_core/**
11-
- src/promptflow/promptflow/_internal/**
12-
- src/promptflow/promptflow/_utils/**
13-
- src/promptflow/promptflow/batch/**
14-
- src/promptflow/promptflow/contracts/**
15-
- src/promptflow/promptflow/entities/**
16-
- src/promptflow/promptflow/executor/**
17-
- src/promptflow/promptflow/integrations/**
18-
- src/promptflow/promptflow/storage/**
19-
- src/promptflow/tests/*
20-
- src/promptflow/tests/executor/**
21-
- src/promptflow/tests/test_configs/**
22-
- src/promptflow-tracing/promptflow/**
23-
- src/promptflow-core/promptflow/**
24-
- src/promptflow-devkit/promptflow/**
25-
- src/promptflow-parallel/promptflow/**
26-
- scripts/building/**
27-
- src/promptflow-recording/recordings/local/executor_node_cache.*
28-
- .github/workflows/promptflow-executor-unit-test.yml
295
workflow_dispatch:
306
permissions:
317
id-token: write

.github/workflows/promptflow-global-config-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ name: promptflow-global-config-test
22
on:
33
schedule:
44
- cron: "40 18 * * *" # Every day starting at 2:40 BJT
5-
pull_request_target:
6-
paths:
7-
- src/promptflow-core/**
8-
- src/promptflow-devkit/**
9-
- src/promptflow-tracing/**
10-
- src/promptflow-azure/**
11-
- src/promptflow/**
12-
- scripts/building/**
13-
- .github/workflows/promptflow-global-config-test.yml
145
workflow_dispatch:
156
permissions:
167
id-token: write

.github/workflows/tools_tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ permissions:
66
contents: read
77
on:
88
workflow_dispatch:
9-
pull_request_target:
10-
paths:
11-
- src/promptflow-tools/**
12-
- scripts/tool/**
13-
- .github/workflows/tools_tests.yml
149
jobs:
1510
authorize:
1611
environment:

0 commit comments

Comments
 (0)