Skip to content

Commit a879ebc

Browse files
committed
ruff format fix
1 parent ddbecaa commit a879ebc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: true
15+
cancel-in-progress: true
1616

1717
env:
1818
PYTHON_VERSION: "3.12"

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
pull_request:
1313
branches: [develop, main, 'release/**']
1414
workflow_dispatch:
15-
15+
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true

0 commit comments

Comments
 (0)