From 603a11904fc695bbeea9e1647f69e36eb4079700 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Mon, 23 Oct 2023 16:55:48 -0700 Subject: [PATCH] fix(workflows): revert back changes. --- .github/workflows/merge.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index da8585d3d..97d8c1489 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -16,7 +16,6 @@ jobs: semanticVersion: ${{ steps.changelog.outputs.version }} tag: ${{ steps.changelog.outputs.tag }} clean_changelog: ${{ steps.changelog.outputs.clean_changelog }} - skipped: ${{ steps.changelog.outputs.skipped }} runs-on: ubuntu-22.04 timeout-minutes: 1 steps: @@ -30,10 +29,10 @@ jobs: output-file: 'CHANGELOG.md' skip-version-file: 'true' skip-commit: 'true' + skip-on-empty: 'false' git-push: 'true' retag-images: needs: [semantic-version] - if: ${{ needs.semantic-version.outputs.skipped == 'false' }} runs-on: ubuntu-22.04 strategy: matrix: @@ -50,7 +49,6 @@ jobs: deploys-test: needs: [retag-images, semantic-version] name: TEST Deploys - if: ${{ needs.semantic-version.outputs.skipped == 'false' }} environment: test runs-on: ubuntu-22.04 timeout-minutes: 10