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

Try to avoid running cargo audit on forks (it fails)

parent 72ac346d
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
jobs: jobs:
audit: audit:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
if: env.GITHUB_HEAD_REF == 0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment