Skip to content

Commit c8c5526

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux.yml: Improve comments
1 parent 0b7e125 commit c8c5526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ permissions:
3434

3535
jobs:
3636

37-
# The default platform used by build.yml etc.
38-
37+
# standard-pre for the default platform (used by build.yml etc.)
3938
default-pre:
4039
uses: ./.github/workflows/docker.yml
4140
with:
@@ -49,6 +48,7 @@ jobs:
4948
["standard"]
5049
docker_push_repository: ghcr.io/${{ github.repository }}/
5150

51+
# standard for the default platform (used by build.yml etc.)
5252
default:
5353
if: ${{ success() || failure() }}
5454
needs: [default-pre]

0 commit comments

Comments
 (0)