Skip to content

Commit a5179f9

Browse files
deployment: remove edited event from pull_request trigger to avoid cursor bugbot double trigger on checks (#12471)
1 parent 47ff3e1 commit a5179f9

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

.github/workflows/blockifier_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- opened
1818
- reopened
1919
- synchronize
20-
- edited
2120
paths:
2221
# Other than code-related changes, all changes related to the native-blockifier build-and-push
2322
# process should trigger the build (e.g., changes to the Dockerfile, build scripts, etc.).

.github/workflows/blockifier_reexecution_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- opened
77
- reopened
88
- synchronize
9-
- edited
109
paths:
1110
# Other than code-related changes, all changes related to the blockifier should trigger the build.
1211
- ".github/workflows/blockifier_reexecution_ci.yml"

.github/workflows/committer_and_os_cli_push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- opened
1414
- reopened
1515
- synchronize
16-
- edited
1716
paths:
1817
- ".github/workflows/committer_and_os_cli_push.yml"
1918
- "build_native_in_docker.sh"

.github/workflows/committer_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- opened
77
- reopened
88
- synchronize
9-
- edited
109
paths:
1110
- ".github/workflows/committer_ci.yml"
1211
- "Cargo.toml"

.github/workflows/hybrid_system_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
type: number
1111

1212
pull_request:
13+
types:
14+
- opened
15+
- reopened
16+
- synchronize
1317

1418
env:
1519
job_link: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- opened
77
- reopened
88
- synchronize
9-
- edited
109

1110
env:
1211
CI: 1

.github/workflows/papyrus_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- opened
77
- reopened
88
- synchronize
9-
- edited # for when the PR title is edited
109
paths:
1110
- ".github/workflows/papyrus_ci.yml"
1211
- "deployments/images/base/Dockerfile"

.github/workflows/sequencer_cdk8s-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
workflow_dispatch:
44

55
pull_request:
6+
types:
7+
- opened
8+
- reopened
9+
- synchronize
610
branches:
711
- main
812
- main-v[0-9].**

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- opened
1414
- reopened
1515
- synchronize
16-
- edited
1716
paths:
1817
# Other than code-related changes, all changes related to the native-blockifier build-and-push
1918
# process should trigger the build (e.g., changes to the Dockerfile, build scripts, etc.).

0 commit comments

Comments
 (0)