Skip to content

Commit

Permalink
[DDS-1576] Trigger workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jul 28, 2023
1 parent df23ddc commit 191e986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vulnerability-scan-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ run-name: CVE vulnerability scan of in-development images.
env:
REGISTRY: ghcr.io
on:
# only using push during development because workflow_run will only work if the workflow is on the default branch.
push:
workflow_run:
workflows: ["Build and deploy Bay images"]
types: [completed]
Expand All @@ -11,6 +13,7 @@ on:

jobs:
vulnerability-scan-build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 191e986

Please sign in to comment.