Skip to content

Commit

Permalink
ci: remove self-hosted check
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 4, 2023
1 parent 69dcfa9 commit b57e364
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,3 @@ jobs:
release_name: Release ${{ github.event.inputs.next_release }}
draft: true
prerelease: true
check-selfhoste-builders:
name: Check builders
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ "macos-m1-self-hosted", "macos-x86_64-self-hosted", "x86_64-pc-windows-gnu-self-hosted", "windows-x86_64-self-hosted" ]
steps:
- name: Simple test
run: echo "Test"

0 comments on commit b57e364

Please sign in to comment.