Skip to content

Commit d24be64

Browse files
committed
ci: update merged ci pipelines
Re-enable certain CI pipelines that were disabled outside of pull requests Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 633e632 commit d24be64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
commit-lint:
8383
name: Commit Lint
8484
runs-on: ubuntu-latest
85-
if: ${{ github.event.pull_request }}
8685
steps:
8786
- uses: actions/checkout@v2
8887
with:
@@ -100,7 +99,6 @@ jobs:
10099
ci-lint:
101100
name: CI Lint
102101
runs-on: ubuntu-latest
103-
if: ${{ github.event.pull_request }}
104102
steps:
105103
- uses: actions/checkout@v2
106104
with:

0 commit comments

Comments
 (0)