Remove scheduled from individual workflows (#21847)

This commit is contained in:
Stian Thorgersen
2023-07-21 11:51:10 +02:00
committed by GitHub
parent 7336ff07ac
commit 6220a9d71f
9 changed files with 68 additions and 50 deletions

View File

@@ -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