From 21a7170b8dbfc4e08e8ab9458ccb4f656c8cf135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Antunovic?= Date: Mon, 16 Dec 2024 15:34:16 +1300 Subject: [PATCH] ci: remove concurrency group --- .github/workflows/ci-java.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-java.yml b/.github/workflows/ci-java.yml index d27555b..545ad0c 100644 --- a/.github/workflows/ci-java.yml +++ b/.github/workflows/ci-java.yml @@ -8,9 +8,6 @@ on: branches: - master -concurrency: - group: ${{ github.head_ref }}-java - jobs: build_test: name: Build & Test Java Wrapper