Skip to content

Commit d99eb0c

Browse files
Merge pull request #328 from overmindtech/feature/add-risks-v6-tags
feat: Add risks_v6 tag to GitHub CI workflows
2 parents 0a5c8f7 + 3f39964 commit d99eb0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
ovm-api-key: ${{ secrets.OVM_API_KEY }}
102102
plan-json: ./tfplan.json
103-
tags: 'risks_v6'
103+
tags: 'model=risks_v6'
104104

105105
- name: Install prerequisites
106106
if: github.event.pull_request.merged == true

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
ovm-api-key: ${{ secrets.OVM_API_KEY }}
4242
plan-json: ./tfplan.json
43-
tags: 'risks_v6'
43+
tags: 'model=risks_v6'
4444

4545
- uses: overmindtech/actions/start-change@main
4646
continue-on-error: true

0 commit comments

Comments
 (0)