Skip to content

Commit 2be1721

Browse files
Fix CI workflow syntax for jobs definition
1 parent 3396ed0 commit 2be1721

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8-
jobs: build-and-smoketest:
8+
jobs:
9+
build-and-smoketest:
910
runs-on: ubuntu-latest
1011

1112
services:

0 commit comments

Comments
 (0)