Skip to content

Commit

Permalink
Revert CI changes made in #2526
Browse files Browse the repository at this point in the history
We briefly disabled `pip-audit` on PRs to get the release PR to pass, as pypa/pip-audit#81 hasn't been merged yet and the version of Manticore we told it to look at hadn't been published to PyPI yet.
  • Loading branch information
Eric Hennenfent committed Feb 17, 2022
1 parent 9ed66b6 commit c3eabe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: pip-audit
on:
push:
branches: [ master ]
# pull_request:
# branches: [ master ]
pull_request:
branches: [ master ]
schedule: [ cron: "0 7 * * 2" ]

jobs:
Expand Down

0 comments on commit c3eabe0

Please sign in to comment.