From b3514db7d62b9c31299cf253da7b342d743ab02c Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Wed, 16 Aug 2023 17:12:23 -0400 Subject: [PATCH] Bump to 8.2, lower schedule --- .github/workflows/coding-standards.yml | 5 +++-- .github/workflows/node-tests.yml | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 7f21927..87d307c 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,12 +4,13 @@ on: push: branches: - main + - '*.*.x' pull_request: schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 0' jobs: coding-standards: uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main with: - php: '8.1' + php: '8.2' diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index d6d6ccb..d693654 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -1,6 +1,10 @@ name: Node Tests on: + push: + branches: + - main + - '*.*.x' pull_request: jobs: