Skip to content

Commit 51ca08f

Browse files
authored
Activate ack pipeline (#255)
1 parent 15a122e commit 51ca08f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/ack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml
3+
name: ack
4+
"on":
5+
pull_request_target:
6+
types: [opened, labeled, unlabeled, synchronize]
7+
8+
jobs:
9+
ack:
10+
uses: ansible/team-devtools/.github/workflows/ack.yml@main

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# See https://github.com/ansible/devtools/blob/main/.github/workflows/push.yml
2+
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/push.yml
33
name: push
44
"on":
55
push:
@@ -10,4 +10,4 @@ name: push
1010

1111
jobs:
1212
ack:
13-
uses: ansible/devtools/.github/workflows/push.yml@main
13+
uses: ansible/team-devtools/.github/workflows/push.yml@main

0 commit comments

Comments
 (0)