Skip to content

Commit

Permalink
fix: disable certora for pull request runs as it will fail anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 14, 2024
1 parent 9b587cc commit 0020580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/certora-stata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
jobs:
verify:
runs-on: ubuntu-latest

if:
github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' &&
github.ref == format('refs/heads/{0}', github.event.repository.default_branch))
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0020580

Please sign in to comment.