ci: fix Docker builds

This commit is contained in:
Kévin Dunglas
2023-12-24 11:34:48 +01:00
parent 0054b92115
commit e962f4394f
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
} >> "${GITHUB_OUTPUT}"
-
uses: actions/checkout@v4
if: ${{ !steps.check.outputs.skip }}
if: ${{ !fromJson(steps.check.outputs.skip) }}
with:
ref: ${{ steps.check.outputs.ref }}
-