From 5f4c9024268af6bd5ad526cc1ea0c5f04cd18c44 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 9 May 2024 16:31:00 +0200 Subject: [PATCH] avoid running --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 144ae08b1a..8fba7afc79 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -44,7 +44,7 @@ jobs: id-token: write env: TARBALL_FILE: artifacts.tar - if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') }} + if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') && false != false }} steps: - id: buildkite name: Run Deploy