Skip to content

Commit afd6ab8

Browse files
committed
fix duplicate entry
1 parent 6b305e2 commit afd6ab8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: CI Pipeline
23
on:
34
pull_request:
@@ -8,7 +9,7 @@ on:
89
tags:
910
- v\d+\.\d+\.\d+
1011

11-
concurrency:
12+
concurrency:
1213
group: ci-${{ github.ref }}
1314
cancel-in-progress: true
1415

@@ -18,14 +19,13 @@ jobs:
1819
uses: "./.github/workflows/checkov.yml"
1920

2021
lint:
22+
uses: "./.github/workflows/lint.yml"
2123
defaults:
2224
run:
2325
working-directory: "tf"
24-
uses: "./.github/workflows/lint.yml"
2526

26-
checkov:
27+
tfsec:
28+
uses: "./.github/workflows/tfsec.yml"
2729
defaults:
2830
run:
2931
working-directory: "tf"
30-
uses: "./.github/workflows/tfsec.yml"
31-

0 commit comments

Comments
 (0)