Skip to content

[CI] update-nvidia-dependencies #16

[CI] update-nvidia-dependencies

[CI] update-nvidia-dependencies #16

name: "[CI] update-nvidia-dependencies"
on:
workflow_dispatch:
schedule:
# once a week
- cron: "0 0 * * 0"
permissions:
id-token: write
contents: write
pull-requests: write
jobs:
update-dependencies:
runs-on: ubuntu-latest
if: github.repository == 'aws/aws-k8s-tester'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- run: ./hack/update-nvidia-dependencies.sh
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
with:
branch: update-nvidia-dependencies
base: main
add-paths: |
test/images/
commit-message: "chore: update nvidia test dependencies"
committer: "GitHub <noreply@github.com>"
author: "GitHub <noreply@github.com>"
title: "chore: update nvidia test dependencies"
body: |
Generated by:
```
./hack/update-nvidia-dependencies.sh
```