Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ubuntu-latest,
ubuntu-22.04-arm, # https://github.com/actions/partner-runner-images/issues/37 https://github.com/orgs/community/discussions/148648#discussioncomment-12099554
macos-latest,
macos-14-large,
macos-13,
]
python: [12, 13]

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "develop"
pull_request_target:
types: [ opened, synchronize, reopened, labeled ]
types: [opened, synchronize, reopened, labeled]
branches:
- "develop"
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:

unit-tests:
needs: access-check
runs-on: ubuntu-latest-8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -51,11 +51,11 @@ jobs:
needs: access-check
# TODO: re-enable when this check is a develop required check
if: false
runs-on: ubuntu-latest-32
runs-on: ubuntu-latest
strategy:
matrix:
sync_graph: [ true, false ]
size: [ small, large ]
sync_graph: [true, false]
size: [small, large]
exclude:
# Exclude large codemod tests when not needed
- size: ${{(contains(github.event.pull_request.labels.*.name, 'big-codemod-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch') && 'kevin' || 'large'}}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

integration-tests:
needs: access-check
runs-on: ubuntu-latest-16
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down