mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(ci): simplify filtering logic in CI pipeline by removing output variable
This commit is contained in:
parent
6103f7b1a7
commit
b6b2174cc2
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci-pipeline.yml
vendored
5
.github/workflows/ci-pipeline.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
||||||
check_changes:
|
check_changes:
|
||||||
name: Check Changes
|
name: Check Changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
|
||||||
exists: ${{ steps.filter.outputs.changes }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -22,8 +20,7 @@ jobs:
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
relevant:
|
exists:
|
||||||
- '**'
|
|
||||||
- '!*.md'
|
- '!*.md'
|
||||||
- '!.gitignore'
|
- '!.gitignore'
|
||||||
- '!.gitattributes'
|
- '!.gitattributes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue