Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 9, 2023
1 parent 950c8a0 commit 12b231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/waste_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
meowtrix:
runs-on: ${{ matrix.os }}
name: Meowtrix ${{ matrix.os }} - ${{ matrix.config.moo }}
if: '${{ ! github.event.pull_request.draft }}'
if: "${{ (! github.event.pull_request.draft) || (matrix.config.moo == 'boo')}}"
strategy:
matrix:
os: [ macOS-11, ubuntu-latest ]
Expand Down

0 comments on commit 12b231b

Please sign in to comment.