From 1a71b6ad5bb4dbfa640003f55e8bd5e65fe0095f Mon Sep 17 00:00:00 2001 From: Balint Bartha Date: Tue, 13 Feb 2024 17:34:03 +0100 Subject: [PATCH] fix: changed files breaks on main --- .github/workflows/ci-community.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-community.yml b/.github/workflows/ci-community.yml index 4abcae75..337b9066 100644 --- a/.github/workflows/ci-community.yml +++ b/.github/workflows/ci-community.yml @@ -45,6 +45,8 @@ jobs: - k3s runs-on: ubuntu-latest steps: + - name: Checkout contents + uses: actions/checkout@v4 - name: Get changed files id: changes-for-module uses: tj-actions/changed-files@v42 @@ -59,8 +61,6 @@ jobs: gh run watch ${{ github.run_id }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout contents - uses: actions/checkout@v4 - name: Setup Poetry run: pipx install poetry - name: Setup python ${{ matrix.python-version }}