Skip to content

Commit 3366a71

Browse files
🔧 🤖 Fix PR requirements state
1 parent c31578f commit 3366a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234

235235
pr-requirements-pass:
236236
name: pr-requirements-pass
237-
if: always()
237+
if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
238238
needs: [local-tests, remote-tests, lint]
239239
runs-on: [ inhouse ]
240240
steps:

0 commit comments

Comments
 (0)