Skip to content

Commit

Permalink
Try another commit to test DCO
Browse files Browse the repository at this point in the history
  • Loading branch information
0risc committed Aug 25, 2024
1 parent e147005 commit cd0f6c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-formulas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-12, macos-13, macos-14, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand All @@ -31,7 +31,10 @@ jobs:
- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && !contains( github.event.pull_request.labels.*.name, 'CI-checksum-change-confirmed' )

- run: brew test-bot --only-formulae --skip-checksum-only-audit
if: github.event_name == 'pull_request' && contains( github.event.pull_request.labels.*.name, 'CI-checksum-change-confirmed' )

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
Expand Down

0 comments on commit cd0f6c0

Please sign in to comment.