Skip to content

Commit

Permalink
chore(ci): run schedule build only on public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jun 30, 2023
1 parent dab672d commit 5bb59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m1_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
cargo-builds:
if: "github.event_name != 'pull_request' || contains(github.event.label.name, 'm1_test')"
if: ${{ (github.event_name == 'schedule' && github.repository == 'zama-ai/tfhe-rs') || github.event_name != 'pull_request' || contains(github.event.label.name, 'm1_test') }}
runs-on: ["self-hosted", "m1mac"]

steps:
Expand Down

0 comments on commit 5bb59fd

Please sign in to comment.