Merge branch 'master' into release_v1.9.30
This commit is contained in:
commit
25a3caebde
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2242,4 +2242,4 @@ public class ImportExportApplicationServiceCEImpl implements ImportExportApplica
|
|||
.findById(applicationId, Optional.empty())
|
||||
.flatMap(application -> sendImportExportApplicationAnalyticsEvent(application, event));
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user