Launch WoboqBuilder in scope of NightlyBuilds

This commit is contained in:
Mikhail f. Shiryaev 2023-05-10 13:30:39 +02:00
parent eb122487ad
commit 3129eda247
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
2 changed files with 3 additions and 2 deletions

View File

@ -72,6 +72,9 @@ jobs:
with: with:
name: changed_images name: changed_images
path: ${{ runner.temp }}/changed_images.json path: ${{ runner.temp }}/changed_images.json
Codebrowser:
needs: [DockerHubPush]
uses: ./.github/workflows/woboq.yml
BuilderCoverity: BuilderCoverity:
needs: DockerHubPush needs: DockerHubPush
runs-on: [self-hosted, builder] runs-on: [self-hosted, builder]

View File

@ -6,8 +6,6 @@ env:
concurrency: concurrency:
group: woboq group: woboq
on: # yamllint disable-line rule:truthy on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */18 * * *'
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
jobs: jobs: