diff --git a/.github/workflows/integ_test.yml b/.github/workflows/integ_test.yml index 3d1d396912..9807e91b57 100644 --- a/.github/workflows/integ_test.yml +++ b/.github/workflows/integ_test.yml @@ -8,7 +8,7 @@ on: type: string push: - branches: [main] + branches: [test/log_integration] permissions: id-token: write @@ -35,32 +35,7 @@ jobs: aws_region: ${{ secrets.AWS_REGION }} aws_s3_bucket: ${{ secrets.AWS_S3_BUCKET_INTEG_V2 }} - analytics-test: + logging-test: needs: prepare-for-test - uses: ./.github/workflows/integ_test_analytics.yml - secrets: inherit - - push-notifications-test: - needs: prepare-for-test - uses: ./.github/workflows/integ_test_push_notifications.yml - secrets: inherit - - predictions-test: - needs: prepare-for-test - uses: ./.github/workflows/integ_test_predictions.yml - secrets: inherit - - auth-test: - needs: prepare-for-test - uses: ./.github/workflows/integ_test_auth.yml - secrets: inherit - - geo-test: - needs: prepare-for-test - uses: ./.github/workflows/integ_test_geo.yml - secrets: inherit - - storage-test: - needs: prepare-for-test - uses: ./.github/workflows/integ_test_storage.yml + uses: ./.github/workflows/integ_test_logging.yml secrets: inherit