diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 35ae9a9..baacaad 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -13,7 +13,7 @@ jobs: name: Check Changes runs-on: ubuntu-latest outputs: - exists: ${{ steps.filter.outputs.changes }} + exists: ${{ steps.filter.outputs.exists }} steps: - uses: actions/checkout@v4 @@ -22,10 +22,11 @@ jobs: id: filter with: filters: | - - '!*.md' - - '!.gitignore' - - '!.gitattributes' - - '!.vscode/**' + exists: + - '!*.md' + - '!.gitignore' + - '!.gitattributes' + - '!.vscode/**' quality_checks: name: ${{ matrix.name }}