Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-23 20:50:31 +0300
committerGitHub <noreply@github.com>2021-04-23 20:50:31 +0300
commitf8303557b729eca060b536aa6cbd48530fea8583 (patch)
tree42f9e358817bc9ed9092b4b047208aa912765233
parent3baf367d570892daf9ae663da1b49c89d672cc81 (diff)
MAINT: Removed outdated comment
-rw-r--r--.github/workflows/pr-checks.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml
index cc6151542..db10f54ae 100644
--- a/.github/workflows/pr-checks.yml
+++ b/.github/workflows/pr-checks.yml
@@ -16,7 +16,6 @@ jobs:
with:
# Assume that there are not >200 new commits that need checking
fetch-depth: 200
- # Don't checkout submodules
submodules: 'recursive'
# Don't create a merge commit
ref: ${{ github.event.pull_request.head.sha }}