From 1f0a9f5fb50f9f9f963eb5a3b151a572b0c2f091 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 19 Apr 2024 14:06:14 +0200 Subject: [PATCH] Update --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e2aec7..e78e986 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,14 +11,12 @@ on: jobs: tests: runs-on: ubuntu-latest - needs: workflow-telemetry-action strategy: matrix: make: ["lint", "test"] steps: - name: Collect Workflow Telemetry uses: catchpoint/workflow-telemetry-action@v2 - - uses: actions/checkout@v4 - name: install go