Skip to content

Commit

Permalink
Try using toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 14, 2023
1 parent 5880179 commit 4749645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
debug-tests-ubuntu:
name: debug-tests-ubuntu
# Use self-hosted runners only on the sigp repo.
runs-on: ${{ github.repository == 'sigp/lighthouse' && '[self-hosted, linux, large]' || 'ubuntu-latest' }}
runs-on: ${{ github.repository == 'sigp/lighthouse' && toJson('["self-hosted", "linux", "large"]') || 'ubuntu-latest' }}
needs: cargo-fmt
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4749645

Please sign in to comment.