Skip to content

Commit

Permalink
Reverted github workflow to master
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 17, 2024
1 parent 3511ecd commit 0350fea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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:
# # 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
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
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -125,11 +125,11 @@ jobs:
- catboost
is-pr:
- ${{ github.event_name == 'pull_request' }}
# 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
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
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0350fea

Please sign in to comment.