Skip to content

Commit

Permalink
always execute the flows
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
  • Loading branch information
mattp-swirldslabs committed Jan 3, 2025
1 parent d18a48f commit f3e0db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
BASELINE_EXISTS="false"
if gsutil ls "${BASELINE_FILE}" >/dev/null 2>&1; then
BASELINE_EXISTS="true"
BASELINE_EXISTS="false"
fi
echo "exists=${BASELINE_EXISTS}" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit f3e0db6

Please sign in to comment.