diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe654e3..ba23b02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,6 @@ jobs: timeout-minutes: 5 steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - - name: Checkout 🛎️ uses: actions/checkout@v4 @@ -59,9 +54,7 @@ jobs: build-and-push-docker: needs: build-and-test - if: - github.ref == 'refs/heads/{{ github.event.repository.default_branch }}' || - (startsWith(github.ref, 'refs/tags/v') && github.event.base_ref == 'refs/heads/{{ github.event.repository.default_branch }}') + if: github.ref == 'refs/heads/{{ github.event.repository.default_branch }}' || startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest timeout-minutes: 20