From 8886a4c015dd66f4d393151ef8ffb83da9afe0a1 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Fri, 5 Apr 2024 12:03:55 +0200 Subject: [PATCH] remove test action Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/workflows/test.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index 5b0f2558..00000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: "Test issue comments" -on: - issue_comment: - types: [created] - -jobs: - execute: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v1 - - uses: ./ - with: - github-token: ${{ secrets.GITHUB_TOKEN }}