New workflow: different approach - fix

This commit is contained in:
Xargon Wan 2022-04-30 18:28:48 +09:00
parent a7d723fd37
commit cce7c59c2f

View file

@ -41,7 +41,7 @@ jobs:
Job2_-_Downloading_Sources: Job2_-_Downloading_Sources:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [Job1_-_Prepearing_enviornment] #needs: [Job1_-_Prepearing_enviornment]
steps: steps:
- name: Downloading sources - name: Downloading sources
if: steps.cache-cooker.outputs.cache-hit != 'true' if: steps.cache-cooker.outputs.cache-hit != 'true'