diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8f4628b..fedfad8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: push: name: Push Docker Images runs-on: ubuntu-22.04 - needs: lint + # needs: lint if: ${{ gitea.ref == 'refs/heads/master' || gitea.ref == 'refs/heads/release' }} strategy: