diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4511da63..6b9f3eb9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,8 +8,8 @@ on: tags: - "*" workflow_dispatch: - schedule: - - cron: '12 3 * * *' + #schedule: + # - cron: '12 3 * * *' concurrency: group: publish-${{ github.event.pull_request.number || github.ref }}