Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v7

- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.19.0
with:
bazelisk-cache: false
disk-cache: false
repository-cache: false

- name: Presubmit Checks
# The presubmit workflow performs formatting checks, license checks
# C/C++ include checks and clippy lints.
Expand All @@ -39,13 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v7

- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.19.0
with:
bazelisk-cache: false
disk-cache: false
repository-cache: false

- name: Run tests
# See workflows.json for the `ci` definition.
run: ./pw ci
Expand All @@ -58,13 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v7

- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.19.0
with:
bazelisk-cache: false
disk-cache: false
repository-cache: false

- name: Build
# See workflows.json for the `default` definition.
run: ./pw default
Expand Down