From ad9806b73ca3f29dba7ab8dff1ed9d38d3ff8117 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:58:32 +0100 Subject: Checkout `master` branch in CI --- src/ci/github-actions/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ci/github-actions/ci.yml') diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index d33396dcc80..d3b07419486 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -103,6 +103,12 @@ 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. -- cgit 1.4.1-3-g733a5