From 58deca851229dbd64ac5f74d8f292002e28b4efe Mon Sep 17 00:00:00 2001 From: Alex Bair Date: Mon, 11 Nov 2024 13:43:15 -0500 Subject: [PATCH] source-genesys: add to CI --- .github/workflows/python.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 0401221ec..1c0921d46 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -29,6 +29,7 @@ on: - "source-brevo/**" - "source-impact-native/**" - "source-front/**" + - "source-genesys/**" pull_request: branches: [main] @@ -60,6 +61,7 @@ on: - "source-brevo/**" - "source-impact-native/**" - "source-front/**" + - "source-genesys/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -171,6 +173,10 @@ jobs: type: capture version: v2 usage_rate: "1.0" + - name: source-genesys + type: capture + version: v1 + usage_rate: "1.0" steps: - uses: actions/checkout@v4