Skip to content

Commit

Permalink
ci: remove temp ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Dec 6, 2024
1 parent ddfd7fd commit 8ca45b4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Dependency Check
uses: hypertrace/github-actions/dependency-check@main
validate-protos-temp:
runs-on: ubuntu-22.04
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0

- name: Run buf
uses: bufbuild/buf-action@v1
with:
github_token: ${{ github.token }}
uses: hypertrace/github-actions/dependency-check@main

0 comments on commit 8ca45b4

Please sign in to comment.