File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 static-analysis :
8- uses : mindee/mindee-api-python/.github/workflows/_static-analysis.yml@main
8+ uses : mindee/mindee-api-python/.github/workflows/_static-analysis.yml@${{ github.head_ref || github.ref }}
99 test-units :
10- uses : mindee/mindee-api-python/.github/workflows/_test-units.yml@main
10+ uses : mindee/mindee-api-python/.github/workflows/_test-units.yml@${{ github.head_ref || github.ref }}
1111 needs : static-analysis
1212 secrets : inherit
1313 test-regressions :
14- uses : mindee/mindee-api-python/.github/workflows/_test-regressions.yml@main
14+ uses : mindee/mindee-api-python/.github/workflows/_test-regressions.yml@${{ github.head_ref || github.ref }}
1515 needs : test-units
1616 secrets : inherit
1717 test-integrations :
18- uses : mindee/mindee-api-python/.github/workflows/_test-integrations.yml@client-v2
18+ uses : mindee/mindee-api-python/.github/workflows/_test-integrations.yml@${{ github.head_ref || github.ref }}
1919 needs : test-units
2020 secrets : inherit
2121 test-code-samples :
22- uses : mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@client-v2
22+ uses : mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@${{ github.head_ref || github.ref }}
2323 needs : test-units
2424 secrets : inherit
You can’t perform that action at this time.
0 commit comments