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 -