Skip to content

Commit

Permalink
chore: re-enable blackduck nightly job (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Nov 20, 2023
1 parent 9e381fc commit 0ce2e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blackduck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: 'Blackduck Scan'

on:
workflow_dispatch:
# schedule:
# - cron: 0 23 * * *
schedule:
- cron: 0 23 * * *

jobs:
scan:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
WORKFLOW: ${{ github.workflow }}
WORKFLOW_RUN_URL: https://github.com/SAP/cloud-sdk-java/actions/runs/${{ github.run_id }}
BRANCH_NAME: ${{ github.ref_name }}
BRANCH_NAME: ${{ github.ref_name }}

0 comments on commit 0ce2e7b

Please sign in to comment.