Skip to content

Commit 0a73b4d

Browse files
committed
chore: enable merge queue
1 parent a7ac2d7 commit 0a73b4d

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/.kodiak.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/workflow.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Terraform CI
22

3-
on: push
3+
on:
4+
push:
5+
merge_group:
6+
types: [checks_requested]
7+
48

59
jobs:
610
validate:

0 commit comments

Comments
 (0)