This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 085eb41  chore(github): disable parallel execution for github actions
085eb41 is described below

commit 085eb41420f827c247149f360f443b5e58d46842
Author: Ben Hutcheson <[email protected]>
AuthorDate: Mon Feb 28 05:39:59 2022 +1000

    chore(github): disable parallel execution for github actions
---
 .github/workflows/ensure-platforms.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ensure-platforms.yml 
b/.github/workflows/ensure-platforms.yml
index 7be4cf1..4b1fe2e 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -89,4 +89,4 @@ jobs:
             }
 
       - name: Run mvnw
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -T 1C 
-B -P'with-sandbox,with-c,with-go' ${{ 
steps.platform_opts.outputs.platform_opts }} install
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -B 
-P'with-sandbox,with-c,with-go' ${{ steps.platform_opts.outputs.platform_opts 
}} install

Reply via email to