Skip to content

Commit 6da90e4

Browse files
committed
chore: remove check doca validation
- Reading secrets is not allowed in PRs Make target still available for local check Signed-off-by: Fred Rolland <[email protected]>
1 parent ad53207 commit 6da90e4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/checks.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,6 @@ jobs:
7878
uses: actions/checkout@v4
7979
- name: check release-build
8080
run: make check-release-build
81-
check-doca-drivers:
82-
name: check doca-drivers
83-
runs-on: ubuntu-22.04
84-
permissions:
85-
contents: read
86-
steps:
87-
- name: Set up Go 1.x
88-
uses: actions/setup-go@v5
89-
with:
90-
go-version: '1.23'
91-
- name: checkout
92-
uses: actions/checkout@v4
93-
- name: check doca-drivers
94-
env:
95-
NGC_CLI_API_KEY: ${{ secrets.NVCR_TOKEN }}
96-
run: make check-doca-drivers
9781
unit-tests:
9882
name: Unit-tests
9983
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)