Skip to content

Commit

Permalink
Remove submodule checking
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrador committed Dec 25, 2023
1 parent 11d1139 commit 08b693d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}

- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/CI_OSX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
env:
TEST_TMPDIR: "/Users/runner/.cache/bazel"
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}

- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 08b693d

Please sign in to comment.