From 4df443cc5bb1a1fa2a05f5ad90d52a2c300caf04 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Tue, 14 Nov 2023 18:50:30 +0530 Subject: [PATCH 1/2] Update CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 097e713..c6cac94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,5 @@ jobs: secrets: inherit with: repo-name: module-ballerinax-candid - publish-required: 'true' + publish-required: true additional-test-flags: -x test From 461cfe48306e67f90494f0e1c785277e9aa83bdd Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Tue, 14 Nov 2023 19:38:37 +0530 Subject: [PATCH 2/2] Exclude tests from dev/stage publish --- .github/workflows/dev-stg-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 49d6f52..ad1498f 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -19,3 +19,4 @@ jobs: secrets: inherit with: environment: ${{ github.event.inputs.environment }} + additional-publish-flags: -x test