Skip to content

Commit 9e93c35

Browse files
authored
Fix indentation (#28)
1 parent e15ecf7 commit 9e93c35

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy-to-staging.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
workflows: [ "Run Linter and Tests" ]
66
types: [ completed ]
77
branches: [ main ]
8-
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
1112

1213
jobs:
1314
on-success:

0 commit comments

Comments
 (0)