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/checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
checkpoint_issue:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: JasonEtco/create-an-issue@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
tag-docker-image:
name: Retag image and push to GHCR
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- name: Login to Github Packages
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
docker-check:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update-docs:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- name: Run update script
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/docs-required-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# We need this because merge groups dont support path filters
# https://github.com/community/community/discussions/45899
changes-docs:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
outputs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
Expand All @@ -42,7 +42,7 @@ jobs:
- '**.md'
- '.github/workflows/docs-*.yml'
changes-not-docs:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
outputs:
otherChangesFound: ${{ steps.filter.outputs.otherChangesFound }}
steps:
Expand All @@ -60,7 +60,7 @@ jobs:

override_calibnet_rpc_checks:
name: Calibnet RPC checks
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
needs:
- changes-docs
- changes-not-docs
Expand All @@ -70,7 +70,7 @@ jobs:

override_integration_tests:
name: Integration tests status
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
needs:
- changes-docs
- changes-not-docs
Expand All @@ -80,7 +80,7 @@ jobs:

override_unit_tests_release:
name: tests-release
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
needs:
- changes-docs
- changes-not-docs
Expand All @@ -90,7 +90,7 @@ jobs:

override_docker_build:
name: Build images and push to GHCR
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
needs:
- changes-docs
- changes-not-docs
Expand All @@ -100,7 +100,7 @@ jobs:

override_lints:
name: All lint checks
runs-on: ubuntu-22.04-arm
runs-on: ubuntu-slim
needs:
- changes-docs
- changes-not-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ jobs:
uses: jwalton/gh-docker-logs@v2
calibnet-rpc-checks-no-ops:
name: Calibnet RPC checks
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
if: ${{ !contains(github.event.pull_request.labels.*.name, 'RPC') }}
steps:
- run: echo "No-op job to trigger the required calibnet RPC checks."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
lint-go:
name: Go lint checks
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
link-check:
name: Link Check
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
permissions:
Comment thread
hanabi1224 marked this conversation as resolved.
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lists-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
lists-lint:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lotus-api-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
update-lotus:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- name: Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
python-lint:
if: ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue/') }}
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
shellcheck:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/this-month-in-forest-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
checkpoint_issue:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: JasonEtco/create-an-issue@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
yaml-lint:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
Expand Down
Loading