about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJoshua Nelson <github@jyn.dev>2022-12-31 01:55:24 +0000
committerJoshua Nelson <github@jyn.dev>2022-12-31 01:55:24 +0000
commit90a10cae4b7fafbd8ce100f2ae0ce65dc6bcb3d8 (patch)
tree833ee6ee2d8a4869ff119d3f066aa899b8365319 /src/ci/github-actions
parent4839886f0abe208ab8f2bb73a3076a59fe2ab60c (diff)
downloadrust-90a10cae4b7fafbd8ce100f2ae0ce65dc6bcb3d8.tar.gz
rust-90a10cae4b7fafbd8ce100f2ae0ce65dc6bcb3d8.zip
Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-is-allowed-to-do-that, r=jyn514"
This reverts commit 4839886f0abe208ab8f2bb73a3076a59fe2ab60c, reversing
changes made to ce85c98575e3016cf2007d90a85be321e592aa96.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index d3b07419486..d33396dcc80 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -103,12 +103,6 @@ x--expand-yaml-anchors--remove:
         with:
           fetch-depth: 2
 
-      - name: checkout the `master` branch for tidy
-        uses: actions/checkout@v3
-        with:
-          ref: master
-          fetch-depth: 1
-
       # Rust Log Analyzer can't currently detect the PR number of a GitHub
       # Actions build on its own, so a hint in the log message is needed to
       # point it in the right direction.