Skip to content

Commit

Permalink
Update push-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jun 12, 2023
1 parent b874a14 commit 116172f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
env:
USE_CACHE: "1"
RESET_CACHE: "0"
USE_CODEQL: "0"

jobs:

Expand Down Expand Up @@ -242,11 +243,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
if: ( env.USE_CODEQL == '1' )
with:
submodules: true

- name: Run composite CodeQL job for '${{matrix.language}}' language
uses: ./.github/actions/codeql
if: ( env.USE_CODEQL == '1' )
with:
language: ${{matrix.language}}

Expand Down

0 comments on commit 116172f

Please sign in to comment.