Skip to content

Commit

Permalink
Add scripts for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquebelarte committed Jan 28, 2025
1 parent 7dccbf1 commit 84362ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/kernel-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
pip install -r scripts/requirements.txt
- name: Display kernel list
run: python scripts/kernels.py
- name: Commit kernel list updates
run: |
git config --local user.name "[email protected]"
git add ./scripts
git commit -m "Updating the kernel version list"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true

0 comments on commit 84362ad

Please sign in to comment.