We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd46910 commit 2c69c9bCopy full SHA for 2c69c9b
.github/workflows/othi.yml
@@ -9,7 +9,7 @@ jobs:
9
uses: actions/checkout@v4
10
- name: Try build
11
env:
12
- DB_URL: ${{ secrets.DB_URL }}
+ DB_URL: ${{secrets.DB_URL}}
13
DB_AUTH_TOKEN: ${{secrets.DB_AUTH_TOKEN}}
14
ADMIN_IDENT: ${{secrets.ADMIN_IDENT}}
15
EDGE_CONFIG: ${{secrets.EDGE_CONFIG}}
@@ -25,6 +25,7 @@ jobs:
25
run: docker compose build
26
deploy:
27
runs-on: ubuntu-latest
28
+ needs: lint
29
if: github.ref == 'refs/heads/main'
30
steps:
31
- uses: actions/checkout@v4
0 commit comments