We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa11ff9 commit 231e7dbCopy full SHA for 231e7db
.github/workflows/test-suite.yml
@@ -73,7 +73,7 @@ jobs:
73
run: make test-release
74
release-tests-windows:
75
name: release-tests-windows
76
- runs-on: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows"]') || 'windows-2019' }}
+ runs-on: 'windows-2019' # temp nuke self-hosted ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows"]') || 'windows-2019' }}
77
needs: cargo-fmt
78
steps:
79
- uses: actions/checkout@v3
0 commit comments