Skip to content

Commit

Permalink
Disable check bans sources in oss
Browse files Browse the repository at this point in the history
Summary:
Added in D36400473.

[Broken now](https://github.com/facebook/starlark-rust/actions/runs/11090112347/job/30812033695), it is not clear how to fix it, and it is barely helpful.

Reviewed By: ndmitchell

Differential Revision: D63616062

fbshipit-source-id: bb3a8d456640090784697b3193c844bf73f5b103
  • Loading branch information
stepancheg authored and facebook-github-bot committed Sep 30, 2024
1 parent 29090ef commit 05ebfd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: cargo build
- run: cargo test
- run: cargo bench
- uses: EmbarkStudios/cargo-deny-action@v1
if: matrix.os == 'ubuntu-latest' # Only works on Linux
with:
command: check bans sources
# - uses: EmbarkStudios/cargo-deny-action@v1
# if: matrix.os == 'ubuntu-latest' # Only works on Linux
# with:
# command: check bans sources

0 comments on commit 05ebfd2

Please sign in to comment.