Skip to content
Snippets Groups Projects
Commit 68f9eb6b authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Enables cargo audit on pull request

parent 9de3817a
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ name: Security audit ...@@ -2,6 +2,9 @@ name: Security audit
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
pull_request:
types: [opened, synchronize, reopened]
jobs: jobs:
audit: audit:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment