Skip to content

Commit

Permalink
test: update integration test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 28, 2024
1 parent 70111ed commit 925f73c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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:
- '*.*'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
steps:
- uses: nowactions/[email protected]

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:
Expand Down

0 comments on commit 925f73c

Please sign in to comment.