Skip to content

Commit 9e182b9

Browse files
committed
KTL-2822 Changed trigger to depend on the build workflow for dependabot pull requests auto merging action.
1 parent 63dcce9 commit 9e182b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Dependabot auto merge
2-
on: pull_request_target
2+
on:
3+
workflow_run:
4+
workflows: ["Build compiler server with tests"]
5+
types:
6+
- completed
37

48
jobs:
59
auto-approve:

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI
1+
name: Build compiler server with tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)