diff --git a/.github/workflows/audit-links.yml b/.github/workflows/audit-links.yml index f65fe09614c1..b709578558f7 100644 --- a/.github/workflows/audit-links.yml +++ b/.github/workflows/audit-links.yml @@ -1,7 +1,7 @@ name: Audit Wiki Links on: schedule: - - cron: '0 0 1 * * ' # Once a month + - cron: '0 0 * * * ' # At the end of everyday workflow_dispatch: # Or manually from GitHub UI jobs: @@ -59,4 +59,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: ./Audit-Results.md \ No newline at end of file + filename: ./Audit-Results.md