formatted
This commit is contained in:
8
.github/workflows/compress-json-schemas.yml
vendored
8
.github/workflows/compress-json-schemas.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name: Compress Json Schemas
|
name: Compress Json Schemas
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
push:
|
push:
|
||||||
@@ -11,8 +11,8 @@ on:
|
|||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: compress-schemas
|
group: compress-schemas
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
name: Compress Json
|
name: Compress Json
|
||||||
with:
|
with:
|
||||||
specificationFile: "${{github.workspace}}/source/compress_specification.json"
|
specificationFile: "${{github.workspace}}/source/compress_specification.json"
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user