From 01a56734f2c4981731307695f1ebf05936e16b76 Mon Sep 17 00:00:00 2001 From: olofvndrhr Date: Thu, 1 Feb 2024 16:02:22 +0100 Subject: [PATCH] some ci fixes [skip ci] --- .gitea/workflows/check_code.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/check_code.yml b/.gitea/workflows/check_code.yml index 785127c..69fdf4c 100644 --- a/.gitea/workflows/check_code.yml +++ b/.gitea/workflows/check_code.yml @@ -23,6 +23,7 @@ jobs: scan-code-py311: runs-on: python311 if: gitea.event_name != 'pull_request' + needs: [check-code-py311] steps: - name: checkout code uses: actions/checkout@v3 @@ -61,6 +62,7 @@ jobs: check-code-py39: runs-on: python39 + needs: [check-code-py38] steps: - name: checkout code uses: actions/checkout@v3 @@ -79,6 +81,7 @@ jobs: check-code-py310: runs-on: python310 + needs: [check-code-py39] steps: - name: checkout code uses: actions/checkout@v3 @@ -97,6 +100,7 @@ jobs: check-code-py311: runs-on: python311 + needs: [check-code-py310] steps: - name: checkout code uses: actions/checkout@v3