Skip to content

Commit 65f26a5

Browse files
committed
DONOTMERGE: Remove irrelevant steps to speed up the workflow
1 parent 801fc00 commit 65f26a5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
sudo apt-get install ksh libpango1.0-dev librrd-dev libldap2-dev libsasl2-dev libkrb5-dev libglib2.0-dev gettext "^g\+\+-14$"
9898
make .venv
9999
# Keep next targets in sync with `test-github-actions.groovy`.
100-
- name: Formatting
101-
if: ${{ !cancelled() }}
102-
run: bazel run //:format.check
103-
- name: Lint repo
104-
if: ${{ !cancelled() }}
105-
run: bazel lint --fixes=false ...
106-
- name: Check typing
107-
if: ${{ !cancelled() }}
108-
run: bazel build --config=mypy ...
100+
# - name: Formatting
101+
# if: ${{ !cancelled() }}
102+
# run: bazel run //:format.check
103+
# - name: Lint repo
104+
# if: ${{ !cancelled() }}
105+
# run: bazel lint --fixes=false ...
106+
# - name: Check typing
107+
# if: ${{ !cancelled() }}
108+
# run: bazel build --config=mypy ...
109109
- name: Run unit tests
110110
if: ${{ !cancelled() }}
111111
run: make -C tests test-unit

0 commit comments

Comments
 (0)