From 28f69c0fc8d49510cedd168980c3696ca6ccaee0 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 8 Sep 2022 13:26:17 +0200 Subject: [PATCH] formatted --- .github/workflows/compress-json-schemas.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index f21b7fdb..cfaf31b8 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -2,7 +2,7 @@ name: Compress Json Schemas -# Controls when the action will run. +# Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the main branch push: @@ -11,8 +11,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - -concurrency: + +concurrency: group: compress-schemas cancel-in-progress: true @@ -33,7 +33,7 @@ jobs: name: Compress Json with: specificationFile: "${{github.workspace}}/source/compress_specification.json" - + - name: Commit changes continue-on-error: true run: |