Skip to content

Commit

Permalink
Update mend scan action: run weekly, against main (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
feenr authored Aug 7, 2024
1 parent 000ce10 commit 8713a7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mend-scan.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Reference: https://github.com/mend-toolkit/mend-examples/blob/main/Unified%20Agent/CI-CD/GitHub.yml

name: Mend Unified Agent Release Scan
on:
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'main'
schedule:
- cron: "0 0 * * 0"
jobs:
mendscan:
env:
Expand Down

0 comments on commit 8713a7d

Please sign in to comment.