From bd3125ed44feea25b7a24df3822214e011ce3c12 Mon Sep 17 00:00:00 2001 From: Brage Date: Wed, 19 Jul 2023 19:19:26 +0200 Subject: [PATCH] Updated library & main.yaml --- .github/workflows/main.yml | 2 +- Reader/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf6109f3..3315f668 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -144,7 +144,7 @@ jobs: - name: Check if pyMetadata has changed id: check-pymetadata run: | - if [[ "${{ github.event_name }}" == "push" || "${{ github.event_name }}" == "workflow_dispatch" ]]; then + if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then echo "::set-output name=skip::false" else if [[ $(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} pyMetadata/) ]]; then diff --git a/Reader/build.gradle.kts b/Reader/build.gradle.kts index 955c327d..97070455 100644 --- a/Reader/build.gradle.kts +++ b/Reader/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha38") + implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha39") implementation("no.iktdev:exfl:0.0.4-SNAPSHOT") implementation("com.github.pgreze:kotlin-process:1.3.1")