Skip to content

Commit

Permalink
Try to remove security everwhere
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Apr 4, 2024
1 parent cb71042 commit 2f9bd10
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
args: --no-deps --all-targets

# security:
# if: github.ref != 'refs/heads/staging'
# needs: sanity
# runs-on: ubuntu-latest
# continue-on-error: true
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: "recursive"
# - uses: actions-rust-lang/audit@v1
# name: Audit Rust Dependencies
security:
if: github.ref != 'refs/heads/staging'
needs: sanity
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
# - uses: actions-rust-lang/audit@v1
# name: Audit Rust Dependencies

# Full cross-platform tests required to merge on main branch
full:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f9bd10

Please sign in to comment.