We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79462 commit adcd8f3Copy full SHA for adcd8f3
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ env:
14
SQRL_VERSION: '0.9.5'
15
16
jobs:
17
- build:
+ build-and-push:
18
runs-on: ubuntu-latest-4-cores
19
timeout-minutes: 30
20
@@ -253,9 +253,8 @@ jobs:
253
254
exit $FAILED
255
256
- ci-summary:
257
- name: build ✅ summary
258
- needs: [build, lint-graphql]
+ build:
+ needs: [build-and-push, lint-graphql]
259
runs-on: ubuntu-latest
260
if: always()
261
steps:
0 commit comments