|
52 | 52 | REPORTING_ENABLED: >- |
53 | 53 | ${{ |
54 | 54 | github.event_name == 'schedule' || |
55 | | - (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting) |
| 55 | + (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting == 'true' ) |
56 | 56 | }} |
57 | 57 |
|
58 | 58 | steps: |
@@ -321,7 +321,7 @@ jobs: |
321 | 321 | QASE_PROJECT_ID: ${{ secrets.HB_QASE_PROJECT_ID }} |
322 | 322 | uses: ./.github/actions/run-hostbusters-provisioning |
323 | 323 | with: |
324 | | - reporting: env.REPORTING_ENABLED |
| 324 | + reporting: ${{ env.REPORTING_ENABLED }} |
325 | 325 |
|
326 | 326 | - name: Cleanup Infrastructure |
327 | 327 | if: always() |
@@ -390,7 +390,7 @@ jobs: |
390 | 390 | REPORTING_ENABLED: >- |
391 | 391 | ${{ |
392 | 392 | github.event_name == 'schedule' || |
393 | | - (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting) |
| 393 | + (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting == 'true' ) |
394 | 394 | }} |
395 | 395 |
|
396 | 396 | steps: |
@@ -659,7 +659,7 @@ jobs: |
659 | 659 | QASE_PROJECT_ID: ${{ secrets.HB_QASE_PROJECT_ID }} |
660 | 660 | uses: ./.github/actions/run-hostbusters-provisioning |
661 | 661 | with: |
662 | | - reporting: env.REPORTING_ENABLED |
| 662 | + reporting: ${{ env.REPORTING_ENABLED }} |
663 | 663 |
|
664 | 664 | - name: Cleanup Infrastructure |
665 | 665 | if: always() |
@@ -728,7 +728,7 @@ jobs: |
728 | 728 | REPORTING_ENABLED: >- |
729 | 729 | ${{ |
730 | 730 | github.event_name == 'schedule' || |
731 | | - (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting) |
| 731 | + (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting == 'true' ) |
732 | 732 | }} |
733 | 733 |
|
734 | 734 | steps: |
@@ -1007,7 +1007,7 @@ jobs: |
1007 | 1007 | QASE_PROJECT_ID: ${{ secrets.HB_QASE_PROJECT_ID }} |
1008 | 1008 | uses: ./.github/actions/run-hostbusters-provisioning |
1009 | 1009 | with: |
1010 | | - reporting: env.REPORTING_ENABLED |
| 1010 | + reporting: ${{ env.REPORTING_ENABLED }} |
1011 | 1011 |
|
1012 | 1012 | - name: Cleanup Infrastructure |
1013 | 1013 | if: always() |
@@ -1076,7 +1076,7 @@ jobs: |
1076 | 1076 | REPORTING_ENABLED: >- |
1077 | 1077 | ${{ |
1078 | 1078 | github.event_name == 'schedule' || |
1079 | | - (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting) |
| 1079 | + (github.event_name == 'workflow_dispatch' && github.event.inputs.reporting == 'true' ) |
1080 | 1080 | }} |
1081 | 1081 |
|
1082 | 1082 | steps: |
@@ -1355,7 +1355,7 @@ jobs: |
1355 | 1355 | QASE_PROJECT_ID: ${{ secrets.HB_QASE_PROJECT_ID }} |
1356 | 1356 | uses: ./.github/actions/run-hostbusters-provisioning |
1357 | 1357 | with: |
1358 | | - reporting: env.REPORTING_ENABLED |
| 1358 | + reporting: ${{ env.REPORTING_ENABLED }} |
1359 | 1359 |
|
1360 | 1360 | - name: Cleanup Infrastructure |
1361 | 1361 | if: always() |
|
0 commit comments