Skip to content

Commit

Permalink
rename and drop write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 1, 2024
1 parent 26fb6ae commit 1e5c56d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cuda-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Test cuda builds
on:
workflow_dispatch: null
push:
Expand All @@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down

0 comments on commit 1e5c56d

Please sign in to comment.