diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml deleted file mode 100644 index 079d269..0000000 --- a/.github/workflows/audit.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Audit checks - -on: - schedule: - - cron: '0 0 * * *' - -env: - CARGO_TERM_COLOR: always - -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 # v4 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 1c415b4..e9279b5 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -69,7 +69,7 @@ jobs: Clippy suggests the following changes labels: not_in_changelog branch: auto/clippy - base: main + base: develop - name: Check outputs if: ${{ success() }} run: |