diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 63577d8..e33246b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -77,7 +77,6 @@ jobs: validate-docker-frontend: runs-on: ubuntu-latest name: Docker frontend validation - needs: changed_files if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }} container: image: catthehacker/ubuntu:act-latest @@ -94,7 +93,6 @@ jobs: validate-docker-backend: runs-on: ubuntu-latest name: Docker backend validation - needs: changed_files if: ${{ needs.changed_files.outputs.backend == 'true' || needs.changed_files.outputs.workflow == 'true' }} container: image: catthehacker/ubuntu:act-latest diff --git a/frontend/src/app/feature/auth/login/login.component.html b/frontend/src/app/feature/auth/login/login.component.html index 40fc3e6..c10b232 100644 --- a/frontend/src/app/feature/auth/login/login.component.html +++ b/frontend/src/app/feature/auth/login/login.component.html @@ -2,11 +2,9 @@