diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index da9fa86b1..234e41ff1 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -61,7 +61,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' run: npx nx storybook:build twenty-front - name: Save storybook build cache - if: steps.changed-files.outputs.any_changed == 'true' && steps.restore-storybook-build-cache.outputs.cache-hit != 'true' + if: steps.changed-files.outputs.any_changed == 'true' uses: ./.github/workflows/actions/save-cache with: key: ${{ steps.restore-storybook-build-cache.outputs.cache-primary-key }} @@ -252,7 +252,7 @@ jobs: tag: scope:frontend tasks: ${{ matrix.task }} - name: Save ${{ matrix.task }} cache - if: steps.changed-files.outputs.any_changed == 'true' && steps.restore-task-cache.outputs.cache-hit != 'true' + if: steps.changed-files.outputs.any_changed == 'true' uses: ./.github/workflows/actions/save-cache with: key: ${{ steps.restore-task-cache.outputs.cache-primary-key }} diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index 9e308adc0..58d3c9288 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -108,7 +108,7 @@ jobs: exit 1 fi - name: Save server setup - if: steps.changed-files.outputs.any_changed == 'true' && steps.restore-server-setup-cache.outputs.cache-hit != 'true' + if: steps.changed-files.outputs.any_changed == 'true' uses: ./.github/workflows/actions/save-cache with: key: ${{ steps.restore-server-setup-cache.outputs.cache-primary-key }}