mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
chore(ci): rename filter step in CI pipeline for clarity
This commit is contained in:
parent
3fe57a2346
commit
1464de3300
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- id: filter
|
- name: Filter Changed Files
|
||||||
|
id: filter
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
BASE_SHA="${{ github.event.pull_request.base.sha }}"
|
BASE_SHA="${{ github.event.pull_request.base.sha }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue