diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e56114297..c5edcd0f0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -125,7 +125,7 @@ jobs: # Update k8s deployments ######################################## - name: "🤖 Update k8s deployments" - if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.head_ref, 'container') || startsWith(github.ref, 'refs/heads/container') || (github.ref == 'refs/heads/main') }} + if: ${{ github.ref == 'refs/heads/main' }} uses: ./.github/workflows/update-k8s-deployments with: gitlab_api_token: ${{ secrets.GITLAB_K8S_API_TOKEN }}