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: stylelint_admin:
if: needs.files-changed.outputs.admin_stylelinting == 'true' if: needs.files-changed.outputs.admin_stylelinting == 'true'
name: Stylelint - Admin Interface name: Stylelint - Admin Interface
needs: admin_stylelinting needs: files-changed
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code