Skip to content

Commit 11b9818

Browse files
committed
added test workflow
1 parent 1790ea0 commit 11b9818

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Workflow Test
2+
3+
on:
4+
issue_comment:
5+
types: [created, edited]
6+
7+
jobs:
8+
terraform-test:
9+
runs-on: self-hosted
10+
11+
steps:
12+
- run: echo "Workflow triggered"

0 commit comments

Comments
 (0)