Skip to content

Commit 2c69c9b

Browse files
committed
add lint constraint
1 parent dd46910 commit 2c69c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/othi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010
- name: Try build
1111
env:
12-
DB_URL: ${{ secrets.DB_URL }}
12+
DB_URL: ${{secrets.DB_URL}}
1313
DB_AUTH_TOKEN: ${{secrets.DB_AUTH_TOKEN}}
1414
ADMIN_IDENT: ${{secrets.ADMIN_IDENT}}
1515
EDGE_CONFIG: ${{secrets.EDGE_CONFIG}}
@@ -25,6 +25,7 @@ jobs:
2525
run: docker compose build
2626
deploy:
2727
runs-on: ubuntu-latest
28+
needs: lint
2829
if: github.ref == 'refs/heads/main'
2930
steps:
3031
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)