diff --git a/.github/workflows/authz_ci.yml b/.github/workflows/authz_ci.yml index 9422766f6..edfc039f3 100644 --- a/.github/workflows/authz_ci.yml +++ b/.github/workflows/authz_ci.yml @@ -102,21 +102,4 @@ jobs: status: ${{ job.status }} fields: message,commit,author env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - - opa-rego: - name: Open Agent Policy CI - - runs-on: ubuntu-latest - - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - - name: Setup OPA - uses: open-policy-agent/setup-opa@v2 - with: - version: latest - - - name: Run OPA Tests - run: make authz/rego/test \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file