Skip to content

Commit

Permalink
add note about using [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Dec 7, 2023
1 parent 22ee21d commit 1317b62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:
if [[ runner.name == 'vmmojave' || runner.name == 'vmcatalina' ]]; then
brew test-bot \
--skip-online-checks \
--keep-old \
# NOTE: ipatch, keep-old is not the droid you're looking for,
# see: https://github.com/orgs/Homebrew/discussions/4935
# --keep-old \
--only-formulae \
--only-json-tab \
--skip-recursive-dependents \
Expand All @@ -143,7 +145,7 @@ jobs:
else
brew test-bot \
--skip-online-checks \
--keep-old \
# --keep-old \
--only-formulae \
--only-json-tab \
--skip-recursive-dependents \
Expand Down

0 comments on commit 1317b62

Please sign in to comment.