Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed May 15, 2024
1 parent faaabd8 commit 0a98a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
release-tests-ubuntu:
name: release-tests-ubuntu
if: ${{ github.event.label.name != 'skip-ci' }}
# contains( github.event.pull_request.labels.*.name, 'My Label')

# Use self-hosted runners only on the sigp repo.
runs-on: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "CI", "large"]') || 'ubuntu-latest' }}
steps:
Expand Down

0 comments on commit 0a98a9a

Please sign in to comment.