From 1e5c56d7a48a6ddb7fddb78454e149454f7bbf24 Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 31 Jan 2024 20:17:15 -0800 Subject: [PATCH] rename and drop write-all --- .github/workflows/cuda-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cuda-test.yml b/.github/workflows/cuda-test.yml index 21a2e187..1fbb4a1b 100644 --- a/.github/workflows/cuda-test.yml +++ b/.github/workflows/cuda-test.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Test cuda builds on: workflow_dispatch: null push: @@ -8,7 +8,6 @@ on: jobs: build: runs-on: ubuntu-latest - permissions: write-all steps: - uses: actions/checkout@v3 - name: Build the Docker image