Skip to content

Commit

Permalink
ci: Remove commented-out workflow bits
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Nov 20, 2024
1 parent 11c6944 commit cc4d722
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/bridge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,3 @@ jobs:
- name: Idle Test
working-directory: bridge
run: ./run-idle-test.sh


# deny-check:
# name: cargo-deny check
# runs-on: ubuntu-24.04
# continue-on-error: ${{ matrix.checks == 'advisories' }}
# strategy:
# matrix:
# checks:
# - advisories
# - bans licenses sources
# steps:
# - uses: actions/checkout@v4
# - uses: EmbarkStudios/cargo-deny-action@v2
# with:
# command: check ${{ matrix.checks }}
# arguments: --all-features --manifest-path axum/Cargo.toml
15 changes: 0 additions & 15 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,3 @@ jobs:

- name: Stop dependencies
run: docker compose -f "server/testing-docker-compose.yml" down
# deny-check:
# name: cargo-deny check
# runs-on: ubuntu-24.04
# continue-on-error: ${{ matrix.checks == 'advisories' }}
# strategy:
# matrix:
# checks:
# - advisories
# - bans licenses sources
# steps:
# - uses: actions/checkout@v4
# - uses: EmbarkStudios/cargo-deny-action@v2
# with:
# command: check ${{ matrix.checks }}
# arguments: --all-features --manifest-path axum/Cargo.toml

0 comments on commit cc4d722

Please sign in to comment.