diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f5b377fb2..ae7c1844a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,10 +5,6 @@ on: schedule: - cron: "0 0 * * *" # 00:00 every day - push: - branches: - - main - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true