From 4b27a3c521486ed63f79ea578e52813b77118318 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 23 Oct 2023 12:41:55 -0400 Subject: [PATCH] Disable `ci-snapshot` for `push` event for now --- .github/workflows/ci-snapshot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index f9aa4d0c80..230abc8016 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -2,12 +2,11 @@ name: CI SNAPSHOT on: workflow_dispatch: - push: - branches: - - main +# push: +# branches: +# - main jobs: build_snapshot: uses: spring-projects/spring-integration-aws/.github/workflows/ci-snapshot.yml@main secrets: inherit -