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:
- cron: "0 12 3 * *"
workflow_dispatch:
workflow_call:
workflow_run:
workflows: [vulnscan.yaml]
types: [completed]
jobs:
on-success-skip:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: exit_with_success
build-image:
runs-on: ubuntu-latest
container: