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
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue