File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -80,19 +80,19 @@ jobs:
8080 run : echo "TODO Code Coverage"
8181 # continue-on-error: true
8282
83- All-Checks-Passed :
84- name : all checks passed
85- runs-on : ubuntu-latest
86- needs :
87- - branch-name-check
88- - commitlint
89- - gitguardian-scan
90- - Unit-Tests
91- - E2E-Tests
92- - Code-Coverage
93- if : ${{ success() }}
94- steps :
95- - name : all checks passed steps
96- run : echo "allow all checks to run incase multiple fails then fail here"
83+ # All-Checks-Passed:
84+ # name: all checks passed
85+ # runs-on: ubuntu-latest
86+ # needs:
87+ # - branch-name-check
88+ # - commitlint
89+ # - gitguardian-scan
90+ # - Unit-Tests
91+ # - E2E-Tests
92+ # - Code-Coverage
93+ # # if: ${{ success() }}
94+ # steps:
95+ # - name: all checks passed steps
96+ # run: echo "allow all checks to run incase multiple fails then fail here"
9797
9898
You can’t perform that action at this time.
0 commit comments