Skip to content

Commit

Permalink
pr edit #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 17, 2024
1 parent 8d4e8e7 commit d4944ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: macOS Tests

on:
pull_request:
types: [ labeled ]

jobs:
macos-tests:
if: ${{ github.event.pull_request.labels.*.name == 'release' }}
if: contains(github.event.pull_request.labels.*.name, 'release')
name: macOS Tests
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -34,4 +33,3 @@ jobs:
shell: bash
- name: Run unit tests
run: poetry run pytest

0 comments on commit d4944ce

Please sign in to comment.