mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(ci): rename output variable in check_changes job for improved clarity and consistency
This commit is contained in:
parent
0bb7da89c6
commit
45084f80ae
1 changed files with 6 additions and 5 deletions
11
.github/workflows/ci-pipeline.yml
vendored
11
.github/workflows/ci-pipeline.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: Check Changes
|
name: Check Changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
exists: ${{ steps.filter.outputs.changes }}
|
exists: ${{ steps.filter.outputs.exists }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -22,10 +22,11 @@ jobs:
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
- '!*.md'
|
exists:
|
||||||
- '!.gitignore'
|
- '!*.md'
|
||||||
- '!.gitattributes'
|
- '!.gitignore'
|
||||||
- '!.vscode/**'
|
- '!.gitattributes'
|
||||||
|
- '!.vscode/**'
|
||||||
|
|
||||||
quality_checks:
|
quality_checks:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue