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

build:
name: Benchmarks
runs-on: benchmark
runs-on: ${{ github.repository_owner == 'Chia-Network' && 'benchmark' || 'ubuntu-latest' }}
needs:
- setup
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: intel
bladebit-suffix: macos-x86-64.tar.gz
arch-artifact-name: intel
- runs-on: macos-13-arm64
- runs-on: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
name: m1
bladebit-suffix: macos-arm64.tar.gz
arch-artifact-name: arm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_wheel_availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix: macos
runs-on:
intel: macos-13
arm: macos-13-arm64
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
- name: Windows
matrix: windows
runs-on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ concurrency:

jobs:
analyze:
if: github.repository_owner == 'Chia-Network'
name: Analyze
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:

jobs:
dependency-review:
if: github.repository_owner == 'Chia-Network'
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix: macos
runs-on:
intel: macos-13
arm: macos-13-arm64
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
- name: Windows
matrix: windows
runs-on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reflow-publish-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions:

jobs:
publish:
if: github.repository_owner == 'Chia-Network'
name: Publish ${{ matrix.arch.name }} ${{ matrix.mode.name }} ${{ matrix.os.file-type.name }}
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/require-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened, labeled, unlabeled, synchronize]
jobs:
check-labels:
if: github.repository_owner == 'Chia-Network'
runs-on: ubuntu-latest
permissions:
checks: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
stale:
if: github.repository_owner == 'Chia-Network'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
start_release:
if: github.repository_owner == 'Chia-Network'
name: Starts release process in Glue API
runs-on: [glue-notify]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/start-sync-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
start_release:
if: github.repository_owner == 'Chia-Network'
name: Starts Sync Test
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: macOS
emoji: 🍎
runs-on:
arm: macos-latest
arm: macos-15
intel: macos-13
matrix: macos
- name: Windows
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
collect-junit: false

coverage:
if: github.repository_owner == 'Chia-Network'
name: ${{ matrix.os.emoji }} Coverage - ${{ matrix.python.name }}
runs-on: ${{ matrix.os.runs-on }}
needs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:

jobs:
trigger:
if: github.repository_owner == 'Chia-Network'
name: Trigger building a new dev tag for the chia-docker image
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-docker-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:

jobs:
trigger:
if: github.repository_owner == 'Chia-Network'
name: Trigger building a new `main` tag for the chia-docker image
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permissions:

jobs:
mypy:
if: github.repository_owner == 'Chia-Network'
name: ${{ matrix.os.emoji }} ${{ matrix.arch.emoji }} ${{ matrix.check.name }} - ${{ matrix.os.name }} ${{ matrix.python.major_dot_minor }}
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
timeout-minutes: 20
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
${{ matrix.check.command }}

check:
if: github.repository_owner == 'Chia-Network'
name: ${{ matrix.os.emoji }} ${{ matrix.check.name }} - ${{ matrix.os.name }} ${{ matrix.arch.name }} ${{ matrix.python.major_dot_minor }}
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
timeout-minutes: 20
Expand Down Expand Up @@ -166,6 +168,7 @@ jobs:
${{ matrix.check.command }}

upload_source_dist:
if: github.repository_owner == 'Chia-Network'
name: Lint and Upload source distribution
runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down
Loading