From 2fcc85a9994d500b06541125d12f572404c588be Mon Sep 17 00:00:00 2001 From: Nick Macholl Date: Thu, 12 Sep 2024 17:18:42 -0700 Subject: [PATCH 1/2] Update README.md to use static Slack link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9450b9..af38a85 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![test](https://github.com/databento/databento-cpp/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/databento/databento-cpp/actions/workflows/build.yaml) [![license](https://img.shields.io/github/license/databento/databento-cpp?color=blue)](./LICENSE) -[![Slack](https://img.shields.io/badge/join_Slack-community-darkblue.svg?logo=slack)](https://join.slack.com/t/databento-hq/shared_invite/zt-24oqyrub9-MellISM2cdpQ7s_7wcXosw) +[![Slack](https://img.shields.io/badge/join_Slack-community-darkblue.svg?logo=slack)](http://to.dbn.to/slack) The official C++ client library for [Databento](https://databento.com). The client supports both streaming real-time and historical market data through similar interfaces. From 8e90b41f43ca1792a7f6a8b12c8cc7817c9fc921 Mon Sep 17 00:00:00 2001 From: Nick Macholl Date: Thu, 12 Sep 2024 17:38:45 -0700 Subject: [PATCH 2/2] Disable release workflow --- .github/workflows/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5466181..4deea87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,12 +1,12 @@ name: release -on: - workflow_run: - workflows: - - build - branches: [main] - types: - - completed +# on: +# workflow_run: +# workflows: +# - build +# branches: [main] +# types: +# - completed jobs: tag-release: