diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a975b43f..baaa728d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: node-version: - 16 - 18 - - 19 + - 20 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 5c8901fc..7b6e87d1 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -1,10 +1,8 @@ name: smoketest on: - push: - branches: - - main - pull_request: + schedule: + - cron: '30 0 * * *' # every day at 12:30am UTC concurrency: group: ${{ github.head_ref }}