Skip to content

Commit f6b9a4a

Browse files
committed
test: skip CI on certora empty key or dependabot
1 parent 701f1a0 commit f6b9a4a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/certora-basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
verify:
1919
runs-on: ubuntu-latest
20+
if: ${{ github.actor != 'dependabot[bot]' && secrets.CERTORAKEY != '' }}
2021
# if:
2122
# github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' &&
2223
# github.ref == format('refs/heads/{0}', github.event.repository.default_branch))

.github/workflows/certora-stata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
verify:
1919
runs-on: ubuntu-latest
20+
if: ${{ github.actor != 'dependabot[bot]' && secrets.CERTORAKEY != '' }}
2021
# if:
2122
# github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' &&
2223
# github.ref == format('refs/heads/{0}', github.event.repository.default_branch))

0 commit comments

Comments
 (0)