diff --git a/.github/workflows/multi-node-test-workflow.yml b/.github/workflows/multi-node-test-workflow.yml index ab50db83b..7944f43db 100644 --- a/.github/workflows/multi-node-test-workflow.yml +++ b/.github/workflows/multi-node-test-workflow.yml @@ -7,6 +7,8 @@ on: push: branches: - "*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 65d32abbb..07bdf3af7 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -7,6 +7,8 @@ on: push: branches: - "*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/settings.gradle b/settings.gradle index 40e295126..e6d7bcbdd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,4 +13,3 @@ project(":spi").name = 'alerting-spi' include 'sample-remote-monitor-plugin' project(":sample-remote-monitor-plugin").name = "alerting-sample-remote-monitor-plugin" -startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal", "publishPluginZipPublicationToZipStagingRepository"]