diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 495d32f30..0afc0b68d 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -325,8 +325,7 @@ jobs: needs: build-test-addon if: | !cancelled() && - needs.build-test-addon.result == 'success' && - ( github.base_ref == 'main' || github.ref_name == 'main' ) + needs.build-test-addon.result == 'success' runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml b/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml index d57b094a2..e69de29bb 100644 --- a/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml +++ b/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml @@ -1,2 +0,0 @@ -check_for_compiled_python: - comment: 'Expected failure as compiled python file was detected in your build.' \ No newline at end of file diff --git a/tests/testdata/test_addons/package_global_config_everything/package/app.manifest b/tests/testdata/test_addons/package_global_config_everything/package/app.manifest index e42e5a046..c947b9b82 100644 --- a/tests/testdata/test_addons/package_global_config_everything/package/app.manifest +++ b/tests/testdata/test_addons/package_global_config_everything/package/app.manifest @@ -24,7 +24,7 @@ "commonInformationModels": null, "license": { "name": null, - "text": "LICENSES/Apache-2.0.txt", + "text": "LICENSES/Apache License 2.0.txt", "uri": null }, "privacyPolicy": {