Skip to content

Commit

Permalink
chore(ci): avoid running integer tests on push to internal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Sep 3, 2024
1 parent 39c4605 commit 8c693d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws_tfhe_integer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
should-run:
if: github.event_name == 'push' && github.repository == 'zama-ai/tfhe-rs'
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aws_tfhe_signed_integer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
should-run:
if: github.event_name == 'push' && github.repository == 'zama-ai/tfhe-rs'
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 8c693d8

Please sign in to comment.