Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RVANDO12 authored Dec 29, 2023
1 parent 09caac2 commit 7d406bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
FULL_BUILD:
description: 'Full build launch '
required: false
default: 'false'
default: 'true'
jobs:
prepare:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Build and push
run: |
pushd code
make build-api SUFFIX=${{ steps.prep.outputs.suffix }} PUBLISH=${{ steps.prep.outputs.push }} FULL=${{inputs.FULL_BUILD}}
make build-api SUFFIX=${{ steps.prep.outputs.suffix }} PUBLISH=${{ steps.prep.outputs.push }} FULL=true
popd
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
Expand Down

0 comments on commit 7d406bb

Please sign in to comment.