Skip to content

Commit 8a8a6e2

Browse files
committed
lambda validation on pr
1 parent c8704bc commit 8a8a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation-lambdalabs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lambdalabs-validation:
1616
name: LambdaLabs Provider Validation
1717
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'))
18+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)