This commit is contained in:
mahula 2023-02-21 11:19:49 +01:00
parent ef9ad7e4a8
commit 84515a5113

View File

@ -69,7 +69,7 @@ jobs:
stylelint_admin:
if: needs.files-changed.outputs.admin_stylelinting == 'true'
name: Stylelint - Admin Interface
needs: admin_stylelinting
needs: files-changed
runs-on: ubuntu-latest
steps:
- name: Checkout code