Skip to content

Commit

Permalink
Merge branch 'dev' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 26, 2024
2 parents 46559ed + 492f426 commit f490592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Integration Tests 🧪
on:
workflow_call:
secrets:
PAT:
required: true
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
call-integration-workflow:
name: Verify Major Tag 🚀
needs: update-majorver
secrets: inherit
uses: ./.github/workflows/integration.yml
secrets:
PAT: ${{ secrets.PAT }}

update-registries:
needs: call-integration-workflow
Expand Down

0 comments on commit f490592

Please sign in to comment.