Skip to content

Commit adcd8f3

Browse files
committed
Rename CI summary job to build for org-wide required check
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 5b79462 commit adcd8f3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
SQRL_VERSION: '0.9.5'
1515

1616
jobs:
17-
build:
17+
build-and-push:
1818
runs-on: ubuntu-latest-4-cores
1919
timeout-minutes: 30
2020

@@ -253,9 +253,8 @@ jobs:
253253
254254
exit $FAILED
255255
256-
ci-summary:
257-
name: build ✅ summary
258-
needs: [build, lint-graphql]
256+
build:
257+
needs: [build-and-push, lint-graphql]
259258
runs-on: ubuntu-latest
260259
if: always()
261260
steps:

0 commit comments

Comments
 (0)