Skip to content

Commit 1a27005

Browse files
committed
ci: improve readability
Signed-off-by: msclock <[email protected]>
1 parent ec18b87 commit 1a27005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
vcpkg install ${dir##ports/} --overlay-ports=ports
8080
done
8181
82-
- name: Detect ports changes
82+
- name: Detect ports changes against default branch
8383
id: filter-ports
8484
uses: dorny/paths-filter@v2
8585
with:
@@ -97,7 +97,7 @@ jobs:
9797
--x-builtin-ports-root=./ports
9898
done
9999
100-
- name: Detect versions changes
100+
- name: Detect versions changes against local
101101
if: steps.filter-ports.outputs.ports == 'true'
102102
id: filter-versions
103103
uses: dorny/paths-filter@v2
@@ -128,7 +128,7 @@ jobs:
128128
name: release
129129
runs-on: ubuntu-latest
130130
permissions:
131-
contents: write # write for semantic-release
131+
contents: write
132132
needs: [pre-commit]
133133

134134
steps:

0 commit comments

Comments
 (0)