Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Oct 12, 2022
1 parent 4893048 commit 0fceecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ jobs:
# setup keycloak
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
- name: Prepare Keycloak
run: |
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: "Code Scanning - Action"

on:
push:
branches: [never]
branches: [main]
pull_request:
branches: [never]
branches: [main]
# schedule:
# - cron: '30 1 * * 0'

Expand All @@ -26,10 +26,5 @@ jobs:
with:
languages: javascript, python

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
#- name: Autobuild
# uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 0fceecf

Please sign in to comment.