Skip to content

Commit

Permalink
CI runs only on divviup repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Apr 22, 2024
1 parent 3cadae5 commit 5094eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
docs:
if: github.repository_owner == 'divviup'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +24,7 @@ jobs:
RUSTDOCFLAGS: -Dwarnings

build-binaries:
if: github.repository_owner == 'divviup'
strategy:
matrix:
rust-toolchain: [
Expand All @@ -44,6 +46,7 @@ jobs:
run: cargo clippy --package prio-binaries

build-crate:
if: github.repository_owner == 'divviup'
strategy:
matrix:
rust-toolchain: [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
crate:
if: github.repository_owner == 'divviup'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
vet:
if: github.repository_owner == 'divviup'
name: Vet Dependencies
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 5094eea

Please sign in to comment.