diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb00ad4..7853a73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: package: #needs: test - if: startsWith(github.ref, 'refs/tags/') + #if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest environment: ${{ contains(github.ref, '-') && 'development' || 'production' }} steps: @@ -99,7 +99,7 @@ jobs: fail_on_unmatched_files: true build-containers-release: - #needs: test + needs: package #if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest permissions: