Skip to content

Commit

Permalink
disable audit and perfcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Sep 5, 2024
1 parent a445120 commit d789ee1
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 258 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: audit
on:
schedule:
- cron: '10 01 * * *' # Every day at 01:10 UTC
push:
branches:
- master
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- master
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
# name: audit
# on:
# schedule:
# - cron: '10 01 * * *' # Every day at 01:10 UTC
# push:
# branches:
# - master
# paths:
# - "**/Cargo.lock"
# - "**/Cargo.toml"
# pull_request:
# branches:
# - master
# paths:
# - "**/Cargo.lock"
# - "**/Cargo.toml"

jobs:
audit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
# jobs:
# audit:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 1

- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d789ee1

Please sign in to comment.