From 1148c0eff8198b51e87332eb8cfc0447f5f3c635 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 29 Aug 2023 16:48:56 +0100 Subject: [PATCH] Removed defunct test suite --- .github/workflows/regression.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/regression.yml diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml deleted file mode 100644 index a812a1f..0000000 --- a/.github/workflows/regression.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Contrast Scan Action Regression -on: - pull_request: -jobs: - trigger_tests: - runs-on: ubuntu-latest - steps: - - name: Trigger Tests and Wait - uses: convictional/trigger-workflow-and-wait@v1.6.1 - with: - owner: Contrast-Security-Inc - repo: contrast-github-actions-regression - github_token: ${{ secrets.SCAN_PAT }} - ref: master - client_payload: '{"branch_name": "${{ github.event.pull_request.head.ref }}","trigger_repo_url": "${{ github.event.repository.html_url }}","trigger_commit_url": "${{ github.event.head_commit.url }}"}' - workflow_file_name: test-run.yml - wait_interval: 10 - propagate_failure: true - trigger_workflow: true - wait_workflow: true \ No newline at end of file