Skip to content

Commit

Permalink
Remove from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-el-certora committed Jan 9, 2025
1 parent c466ed0 commit 813effe
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ on:
jobs:
Regression:
if: |
(
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
(github.event_name == 'pull_request' &&
(github.event.pull_request.user.login == 'nivcertora' ||
github.event.pull_request.user.login == 'liav-certora')
)
) &&
# (
# (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
# (github.event_name == 'pull_request' &&
# (github.event.pull_request.user.login == 'nivcertora' ||
# github.event.pull_request.user.login == 'liav-certora')
# )
# ) &&
# github.event.pull_request.base.ref == 'main'
github.event_name == 'pull_request_review' &&
github.event.review.state == 'approved') &&
github.event.pull_request.base.ref == 'main'
env:
ETHSCAN_API_KEY: ${{ secrets.ETHSCAN_API_KEY }}
Expand Down

0 comments on commit 813effe

Please sign in to comment.