Skip to content

Commit

Permalink
enable db publisher workflow (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Mar 10, 2023
1 parent 495075f commit 63fefee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-db-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
default: true

# run 4 AM (UTC) daily
# TODO: enable for release
# schedule:
# - cron: '0 4 * * *'
schedule:
- cron: '0 4 * * *'

env:
CGO_ENABLED: "0"
AWS_BUCKET: toolbox-data.anchore.io
Expand Down

0 comments on commit 63fefee

Please sign in to comment.