Skip to content

Commit 2df412a

Browse files
Merge pull request #428 from wphillipmoore/release/1.2.1
release: 1.2.1
2 parents 2f47e7c + 12edb6f commit 2df412a

82 files changed

Lines changed: 3063 additions & 1573 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-push.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: CI (push)
2+
3+
on:
4+
push:
5+
branches:
6+
- 'feature/**'
7+
- 'bugfix/**'
8+
- 'hotfix/**'
9+
- 'chore/**'
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
15+
permissions:
16+
contents: read
17+
security-events: write
18+
19+
jobs:
20+
ci:
21+
uses: ./.github/workflows/ci.yml
22+
permissions:
23+
contents: read
24+
security-events: write
25+
with:
26+
python-versions: '["3.14"]'
27+
integration-matrix: '[{"python-version":"3.14","project-suffix":"3-14","qm1-rest-port":"9451","qm2-rest-port":"9452","qm1-mq-port":"1420","qm2-mq-port":"1421"}]'
28+
run-security: 'false'
29+
run-release-gates: 'false'

0 commit comments

Comments
 (0)