Skip to content

Commit

Permalink
More GHA tunning
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jun 25, 2024
1 parent 70e2177 commit 1883b10
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @KB-perByte
* @KB-perByte @NilashishC @ansible/team-devtools
11 changes: 11 additions & 0 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml
name: ack
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

jobs:
ack:
uses: ansible/team-devtools/.github/workflows/ack.yml@main
secrets: inherit
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/push.yml
name: push
"on":
push:
branches:
- main
- "releases/**"
- "stable/**"

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

0 comments on commit 1883b10

Please sign in to comment.