Skip to content

Commit d31361b

Browse files
committed
Prevent tap sync when testing
1 parent 4e95bd9 commit d31361b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/homebrew-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
sync:
13+
if: ${{ !endsWith(github.ref_name, '-test') }}
1314
runs-on: ubuntu-latest
1415
env:
1516
HOMEBREW_EC_TOKEN: ${{ secrets.HOMEBREW_EC_TOKEN }}

0 commit comments

Comments
 (0)