Skip to content

Commit

Permalink
chore(ci): avoid running erc2O benchmarks on internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Oct 10, 2024
1 parent 8d701b2 commit 0ec1a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark_erc20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
setup-instance:
name: Setup instance (erc20-benchmarks)
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'zama-ai/tfhe-rs')
outputs:
runner-name: ${{ steps.start-instance.outputs.label }}
steps:
Expand Down

0 comments on commit 0ec1a0d

Please sign in to comment.