Skip to content

Commit

Permalink
wip: Allow running in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed May 30, 2024
1 parent d718366 commit 8565810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- "3.10"
is-pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
# exclude:
# MacOS tests take a lot of time, so we will run them only on merge
# From https://github.com/orgs/community/discussions/26253
- is-pr: true
os: macos-13
# - is-pr: true
# os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -129,11 +129,11 @@ jobs:
- catboost
is-pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
# exclude:
# MacOS tests take a lot of time, so we will run them only on merge
# From https://github.com/orgs/community/discussions/26253
- is-pr: true
os: macos-13
# - is-pr: true
# os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8565810

Please sign in to comment.