Skip to content

Commit 3481e0d

Browse files
committed
ci(autoSync): improve e2e check dependency
1 parent 361bc74 commit 3481e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
fi
112112
113113
e2e-check:
114-
needs: [terraform-fmt, terraform-validate, tflint]
114+
needs: [commitlint, terraform-fmt, terraform-validate, tflint]
115115
runs-on: ubuntu-latest
116116
name: 'e2e check'
117117
steps:

0 commit comments

Comments
 (0)