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 c8704bc commit 8a8a6e2Copy full SHA for 8a8a6e2
.github/workflows/validation-lambdalabs.yml
@@ -15,7 +15,7 @@ jobs:
15
lambdalabs-validation:
16
name: LambdaLabs Provider Validation
17
runs-on: ubuntu-latest
18
- if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-validation'))
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments