Skip to content

Commit 850b1a5

Browse files
fix(pinact): Add Homebrew actions to ignore_actions list (#607)
1 parent 6b83e85 commit 850b1a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/__pinact.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
ignore_actions:
5757
- name: ${{ github.repository_owner }}/.*
5858
ref: master
59+
- name: Homebrew/actions/.*
60+
ref: main
5961
separator: " # "
6062
pinactRepo: ${{ github.event.inputs.pinactRepo }}
6163
pinactVersion: ${{ github.event.inputs.pinactVersion }}

0 commit comments

Comments
 (0)