diff --git a/.github/workflows/cron-weeklySummary.yml b/.github/workflows/cron-weeklySummary.yml index d95d8cc138..af6feb1a56 100644 --- a/.github/workflows/cron-weeklySummary.yml +++ b/.github/workflows/cron-weeklySummary.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: # "Scheduled workflows run on the latest commit on the default or base branch." # — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule - # schedule: - # Runs “At 08:00 on Monday.” (see https://crontab.guru) - # - cron: "0 8 * * 1" + schedule: + # Runs “At 08:00 on Monday.” (see https://crontab.guru) + - cron: "0 8 * * 1" jobs: cron-weeklySummary: env: diff --git a/.github/workflows/kamal-deploy.yml b/.github/workflows/kamal-deploy.yml index 6ac078e1e4..c817507938 100644 --- a/.github/workflows/kamal-deploy.yml +++ b/.github/workflows/kamal-deploy.yml @@ -5,9 +5,9 @@ concurrency: on: workflow_dispatch: - push: - branches: - - main + #push: + # branches: + # - main jobs: Deploy: diff --git a/.github/workflows/release-changesets.yml b/.github/workflows/release-changesets.yml index 3c98ff220b..11fe95354f 100644 --- a/.github/workflows/release-changesets.yml +++ b/.github/workflows/release-changesets.yml @@ -1,9 +1,10 @@ name: Release Changesets on: - push: - branches: - - main + workflow_dispatch: + #push: + # branches: + # - main concurrency: ${{ github.workflow }}-${{ github.ref }}