From 925f73cc261bc94d07e7f8cabf9327026fbd7378 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 28 Sep 2024 14:54:50 -0400 Subject: [PATCH] test: update integration test ordering --- .github/workflows/integration.yml | 9 +++------ .github/workflows/version.yml | 6 ++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 074051cd..43897b00 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,13 +1,10 @@ name: Integration Tests ๐Ÿงช on: + workflow_call: workflow_dispatch: - inputs: - branch: - description: 'Specifies the branch which the integration tests should run on.' - required: true - default: 'releases/v2' schedule: - - cron: 25 17 * * 0-6 + - cron: 30 15 * * 0-6 + push: tags-ignore: - '*.*' diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 3586e735..23132948 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,7 +12,13 @@ jobs: steps: - uses: nowactions/update-majorver@v1.1.2 + call-integration-workflow: + name: Verify Major Tag ๐Ÿš€ + needs: update-majorver + uses: ./.github/workflows/integration.yml + update-registries: + needs: call-integration-workflow name: Publish to Registries ๐Ÿ“ฆ runs-on: ubuntu-latest steps: