Skip to content

Commit 4f38ab8

Browse files
committed
Rename the GitHub workflow that updates the Git mailing list mirror
Previously, it was on its own, now it's not, so it needs a more descriptive name. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 135f5aa commit 4f38ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml renamed to .github/workflows/sync-git-mailing-list-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sync
1+
name: sync-git-mailing-list-mirror
22

33
on:
44
workflow_dispatch:
@@ -13,7 +13,7 @@ env:
1313
concurrency: sync
1414

1515
jobs:
16-
repo-sync:
16+
sync-git-mailing-list-mirror:
1717
runs-on: ubuntu-latest
1818
permissions:
1919
contents: write

0 commit comments

Comments
 (0)