Skip to content

Commit b13cfaf

Browse files
Build-Check-Action (WIP): Define ref
1 parent bf89f36 commit b13cfaf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/OGM-Common.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ jobs:
1616
include:
1717
- oam: OAM-StateEngine
1818
# knxprod_xml: StateEngine-DFA16-Release
19+
ref: v1
1920
prefix: StateEngine
2021
target: DFA16-Release
2122

2223
- oam: OAM-SensorModule
23-
# ref: v1
24+
ref: v1dev
2425
prefix: Sensormodul
2526
target: Big
2627
# knxprod_xml: Sensormodul-Big
2728

2829
- oam: OAM-PresenceModule
29-
# ref: v1
30+
ref: v1dev
3031
prefix: PMmodul
3132
target: Big
3233
# knxprod_xml: PMmodul-Big
@@ -43,7 +44,8 @@ jobs:
4344

4445
uses: ./.github/workflows/openknx-ofm-check.yml
4546
with:
46-
KNXPROD_PREFIX: ${{ matrix.prefix}}
4747
oam: ${{ matrix.oam }}
48+
ref: ${{ matrix.ref }}
49+
KNXPROD_PREFIX: ${{ matrix.prefix}}
4850
target: ${{ matrix.target }}
4951
# restore_branch: ${{ matrix.restore_branch }}

.github/workflows/openknx-ofm-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
oam:
1212
required: true
1313
type: string
14+
ref:
15+
required: true
16+
type: string
1417
target:
1518
required: true
1619
type: string
@@ -42,7 +45,7 @@ jobs:
4245
# with:
4346
# path: OFM-DFA
4447

45-
- name: Check for Same Name Branch in Reference OAM
48+
- name: ((IGNORED)) Check for Same Name Branch in Reference OAM
4649
id: oam_branch
4750
run: |
4851
BRANCH="v1dev"
@@ -59,6 +62,7 @@ jobs:
5962
repository: openknx/${{ inputs.oam }}
6063
# TODO fixme: branch-handling
6164
# ref: ${{ steps.oam_branch.outputs.ref_name }}
65+
ref: ${{ inputs.ref }}
6266
path: ${{ inputs.oam }}
6367

6468
# - name: DEBUG paths

0 commit comments

Comments
 (0)