mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +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:
|
||||
fetch-depth: 2
|
||||
|
||||
- id: filter
|
||||
- name: Filter Changed Files
|
||||
id: filter
|
||||
shell: bash
|
||||
run: |
|
||||
BASE_SHA="${{ github.event.pull_request.base.sha }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue