Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ jobs:
uses: ./.github/workflows/cbmc.yml

strata-benchmarks:
# Skip on fork PRs where the AWS secret is unavailable
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
name: Run internal benchmarks of Strata
runs-on: ubuntu-latest
permissions:
Expand Down
Loading