diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml index bbd90d185..54fcf8216 100644 --- a/.github/workflows/wip.yml +++ b/.github/workflows/wip.yml @@ -1,8 +1,8 @@ name: Open Issues on: - push: - branches: [ master ] + schedule: + - cron: '0 0 */2 * *' env: BUILD_TYPE: Debug