mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Remove scheduled from individual workflows (#21847)
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -7,8 +7,7 @@ on:
|
||||
- dependabot/**
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: 0 9 * * 2
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
# Only cancel jobs for PR updates
|
||||
@@ -23,7 +22,6 @@ jobs:
|
||||
|
||||
conditional:
|
||||
name: Check conditional workflows and jobs
|
||||
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak'
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
java: ${{ steps.conditional.outputs.codeql-java }}
|
||||
@@ -94,7 +92,7 @@ jobs:
|
||||
|
||||
check:
|
||||
name: Status Check - CodeQL
|
||||
if: always() && ( github.event_name != 'schedule' || github.repository == 'keycloak/keycloak' )
|
||||
if: always()
|
||||
needs: [conditional, java, themes]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user