Skip to content

Commit

Permalink
Fix ack/push workflows on GHA (#231)
Browse files Browse the repository at this point in the history
ssbarnea authored Aug 6, 2024
1 parent 821a840 commit 152cf5f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# See https://github.com/ansible/devtools/blob/main/.github/workflows/ack.yml
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml
name: ack
on:
pull_request_target:
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# See https://github.com/ansible/devtools/blob/main/.github/workflows/push.yml
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/push.yml
name: push
"on":
push:

0 comments on commit 152cf5f

Please sign in to comment.