diff --git a/.github/workflows/temp-cloudmail-issue-trigger.yml b/.github/workflows/temp-cloudmail-issue-trigger.yml index e2bde87..58e2731 100644 --- a/.github/workflows/temp-cloudmail-issue-trigger.yml +++ b/.github/workflows/temp-cloudmail-issue-trigger.yml @@ -4,13 +4,15 @@ on: issues: types: - edited + schedule: + - cron: "*/5 * * * *" permissions: contents: write jobs: apply-upgrade: - if: github.event.issue.number == 7 + if: github.event_name == 'schedule' || (github.event_name == 'issues' && github.event.issue.number == 7) runs-on: ubuntu-latest steps: - name: Checkout main