From 6da90e47cfd2949c16c59bd66e0323986b546c60 Mon Sep 17 00:00:00 2001 From: Fred Rolland Date: Thu, 23 Jan 2025 16:26:01 +0200 Subject: [PATCH] chore: remove check doca validation - Reading secrets is not allowed in PRs Make target still available for local check Signed-off-by: Fred Rolland --- .github/workflows/checks.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 0b4b3d262..abfcd0c90 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -78,22 +78,6 @@ jobs: uses: actions/checkout@v4 - name: check release-build run: make check-release-build - check-doca-drivers: - name: check doca-drivers - runs-on: ubuntu-22.04 - permissions: - contents: read - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v5 - with: - go-version: '1.23' - - name: checkout - uses: actions/checkout@v4 - - name: check doca-drivers - env: - NGC_CLI_API_KEY: ${{ secrets.NVCR_TOKEN }} - run: make check-doca-drivers unit-tests: name: Unit-tests runs-on: ubuntu-22.04