Merge branch 'master' into release_v1.9.30

This commit is contained in:
Saroj 2023-07-25 14:12:54 +05:30 committed by GitHub
commit 25a3caebde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ jobs:
# Only run if the build step is successful
if: success()
name: ci-test
uses: ./.github/workflows/ci-test.yml
uses: ./.github/workflows/ci-test-custom-script.yml
secrets: inherit
with:
pr: ${{ github.event.client_payload.pull_request.number }}

View File

@ -60,7 +60,7 @@ jobs:
# Only run if the build step is successful
if: success()
name: ci-test
uses: ./.github/workflows/ci-test.yml
uses: ./.github/workflows/ci-test-custom-script.yml
secrets: inherit
with:
pr: 0

View File

@ -2242,4 +2242,4 @@ public class ImportExportApplicationServiceCEImpl implements ImportExportApplica
.findById(applicationId, Optional.empty())
.flatMap(application -> sendImportExportApplicationAnalyticsEvent(application, event));
}
}
}