Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Jan 9, 2025
1 parent a4848bf commit f0b2184
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nccl-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

permissions:
actions: write # to cancel previous workflows
packages: write # to upload container
actions: write # to cancel previous workflows
contents: read # to fetch code
packages: write # to upload container

jobs:
nccl-tests:
Expand Down

0 comments on commit f0b2184

Please sign in to comment.