Skip to content

Commit

Permalink
chore: Remove signature verification step from GitHub Actions
Browse files Browse the repository at this point in the history
This commit removes the 'Verify Signatures' step from the GitHub Actions
workflow as it was specifically testing for rego signatures, which are no
longer supported in the project.
  • Loading branch information
yanivagman committed Dec 18, 2024
1 parent bdf9957 commit b56ee73
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,27 +161,6 @@ jobs:
run: |
make check-err
#
# SIGNATURES CODE VERIFICATION
#
verify-signatures:
name: Verify Signatures
needs:
- verify-analyze-code
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
- name: Install Dependencies
uses: ./.github/actions/build-dependencies
- name: Build Signatures
run: |
make signatures
- name: Test Signatures
run: |
make test-signatures
#
# TOOLS BUILD VERIFICATION
#
verify-tools:
Expand Down

0 comments on commit b56ee73

Please sign in to comment.