test new actions
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (push) Successful in 16s

This commit is contained in:
2025-06-07 19:39:29 +02:00
parent 160d389192
commit 30e458be26
2 changed files with 14 additions and 0 deletions

View File

@@ -8,8 +8,18 @@ on:
schedule: schedule:
- cron: "0 12 3 * *" - cron: "0 12 3 * *"
workflow_dispatch: workflow_dispatch:
workflow_call:
workflow_run:
workflows: [vulnscan.yaml]
types: [completed]
jobs: jobs:
on-success-skip:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: exit_with_success
build-image: build-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:

View File

@@ -5,6 +5,10 @@ on:
schedule: schedule:
- cron: "0 14 * * *" - cron: "0 14 * * *"
workflow_dispatch: workflow_dispatch:
workflow_call:
workflow_run:
workflows: [build_and_publish.yaml]
types: [completed]
jobs: jobs:
scan: scan: