From 008e28479e410231cf4b1d1adc9374dc029f7510 Mon Sep 17 00:00:00 2001 From: cyrus01337 Date: Fri, 26 Jul 2024 12:21:42 +0000 Subject: [PATCH] Maybe it's for jobs --- .github/workflows/pipeline.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0c7637a..7e6e5ac 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -10,12 +10,11 @@ permissions: pages: write id-token: write -variables: - GIT_SUBMODULE_STRATEGY: recursive - jobs: check: runs-on: ubuntu-latest + variables: + GIT_SUBMODULE_STRATEGY: recursive steps: - uses: actions/checkout@v4