Skip to content

Commit

Permalink
disabled my self hosted runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jan 26, 2025
1 parent 6c82def commit c75aad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
test:
# Don't run this on downstream forks:
if: github.repository_owner == 'gojimmypi'
# DISABLED See https://github.com/actions/runner/issues/756
if: github.repository_owner == 'gojimmypi' && (1 == 0)
runs-on: self-hosted

steps:
Expand Down

0 comments on commit c75aad5

Please sign in to comment.