Skip to content

Commit

Permalink
chore(ci): 🤖 require linting & build before triggering gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Jan 16, 2025
1 parent dc94726 commit b1b71d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuousIntgration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- run: pnpm -C frontend build

test_gitlab_deployment:
needs:
- lint_frontend
- build_frontend
runs-on: ubuntu-latest
env:
GITLAB_DEPLOYMENT_TRIGGER_TOKEN: ${{ secrets.GITLAB_DEPLOYMENT_TRIGGER_TOKEN }}
Expand Down

0 comments on commit b1b71d5

Please sign in to comment.