From 31169edeab18a47a66821649fd6ebe3e98a02a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 24 Apr 2021 10:43:04 +0200 Subject: [PATCH] Fix CI on main branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 753f636c7ec..766e6ccd4e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: tests: ${{ steps.filter.outputs.tests }} vendoring: ${{ steps.filter.outputs.vendoring }} steps: - # For pull requests it's not necessary to checkout the code + - uses: actions/checkout@v2 - uses: dorny/paths-filter@v2 id: filter with: