Skip to content

Commit d2b549b

Browse files
committed
Run tests for PRs
1 parent e449e44 commit d2b549b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
needs:
102102
- get-sha
103103
- set-env-name
104-
if: ${{ always() && (inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env') }}
104+
if: ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env') }}
105105
uses: ./.github/workflows/tests-integration-reusable.yml
106106
with:
107107
name: Integration
@@ -115,7 +115,7 @@ jobs:
115115
needs:
116116
- get-sha
117117
- set-env-name
118-
if: ${{ always() && (inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
118+
if: ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
119119
uses: ./.github/workflows/tests-integration-reusable.yml
120120
with:
121121
name: Integration client creds

0 commit comments

Comments
 (0)