diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb06e3..a7d87a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: # actually creating releases for terraform modules in this primary github action # repository. Thus, we ensure that the "closed" option is not present. Separately, # we test the action as designed in a separate terraform-module repository. - types: [opened, edited, synchronize] + types: [opened, reopened, synchronize, closed] branches: - main diff --git a/src/main.ts b/src/main.ts index aff5ef8..848e751 100644 --- a/src/main.ts +++ b/src/main.ts @@ -116,6 +116,8 @@ export async function run(): Promise { throw error; } } else { + console.log('>>'); + /* await createTaggedRelease(terraformChangedModules); await deleteLegacyTerraformModuleTagsAndReleases(terraformModuleNamesToRemove, allTags, allReleases); @@ -125,7 +127,7 @@ export async function run(): Promise { installTerraformDocs(terraformDocsVersion); checkoutWiki(); updateWiki(terraformModules); - } + }*/ } } catch (error) { if (error instanceof Error) {