Skip to content

Commit

Permalink
remove self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
jckling authored May 29, 2024
1 parent e8a4c32 commit 546e673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
checkin:
strategy:
matrix:
os: [ubuntu-latest, self-hosted]
os: [ubuntu-latest]
# os: [ubuntu-latest, self-hosted]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 546e673

Please sign in to comment.