Skip to content

Commit df01b35

Browse files
committed
Remove if condition run for test
Signed-off-by: Lin Wang <wonglam@amazon.com>
1 parent 5997957 commit df01b35

6 files changed

+7
-7
lines changed

.github/workflows/alerting-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Alerting

.github/workflows/anomaly-detection-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Anomaly Detection

.github/workflows/cypress-workflow-bundle-snapshot-based.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
tests-with-security:
2222
needs: changes
23-
if: ${{ needs.changes.outputs.tests == 'true' }}
23+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2424
uses: ./.github/workflows/release-e2e-workflow-template.yml
2525
with:
2626
test-name: Core Dashboards using Bundle Snapshot
@@ -29,7 +29,7 @@ jobs:
2929

3030
tests-without-security:
3131
needs: changes
32-
if: ${{ needs.changes.outputs.tests == 'true' }}
32+
# if: ${{ needs.changes.outputs.tests == 'true' }}
3333
uses: ./.github/workflows/release-e2e-workflow-template.yml
3434
with:
3535
test-name: Core Dashboards using Bundle Snapshot

.github/workflows/index-management-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Index Management

.github/workflows/security-analytics-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
tests:
2222
needs: changes
23-
if: ${{ needs.changes.outputs.tests == 'true' }}
23+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2424
uses: ./.github/workflows/release-e2e-workflow-template.yml
2525
with:
2626
test-name: Security Analytics

.github/workflows/security-release-e2e-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
tests:
1919
needs: changes
20-
if: ${{ needs.changes.outputs.tests == 'true' }}
20+
# if: ${{ needs.changes.outputs.tests == 'true' }}
2121
uses: ./.github/workflows/release-e2e-workflow-template.yml
2222
with:
2323
test-name: Security

0 commit comments

Comments
 (0)