mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(ci): add output variable to check_changes job for enhanced workflow control
This commit is contained in:
parent
b6b2174cc2
commit
e8b90d35ff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
||||||
check_changes:
|
check_changes:
|
||||||
name: Check Changes
|
name: Check Changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
exists: ${{ steps.filter.outputs.exists }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue