Skip to content

Commit c58ca63

Browse files
committed
fix(pr): not being detect
1 parent 6c7a8c5 commit c58ca63

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/pull_request.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)