Skip to content

Commit 9a1f64b

Browse files
Copilottrask
andcommitted
Fix formatting to follow existing blank line patterns in workflow files
Co-authored-by: trask <[email protected]>
1 parent 6c2ebb8 commit 9a1f64b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/geneva_metrics.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ on:
88
- ".github/workflows/geneva_metrics.yml"
99
pull_request:
1010
branches: [main]
11-
paths:
12-
- "exporters/geneva/**"
11+
paths:
12+
- "exporters/geneva/**"
1313
- ".github/workflows/geneva_metrics.yml"
14-
1514
permissions:
1615
contents: read
17-
1816
jobs:
1917
cmake_linux:
2018
name: CMake on Linux

.github/workflows/nginx.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ on:
1414
paths:
1515
- 'instrumentation/nginx/**'
1616
- '.github/workflows/nginx.yml'
17-
1817
permissions:
1918
contents: read
20-
2119
jobs:
2220
create-release:
2321
if: startsWith(github.ref, 'refs/tags/nginx')

0 commit comments

Comments
 (0)