We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b587cc commit 0020580Copy full SHA for 0020580
.github/workflows/certora-stata.yml
@@ -13,7 +13,9 @@ on:
13
jobs:
14
verify:
15
runs-on: ubuntu-latest
16
-
+ if:
17
+ github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' &&
18
+ github.ref == format('refs/heads/{0}', github.event.repository.default_branch))
19
steps:
20
- uses: actions/checkout@v2
21
with:
0 commit comments