We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7564a08 commit 5bf9e84Copy full SHA for 5bf9e84
1 file changed
.github/workflows/update-model-multipliers.yml
@@ -17,7 +17,7 @@ permissions:
17
pull-requests: write
18
19
jobs:
20
- update:
+ update-model-multipliers:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
28
with:
29
python-version: '3.x'
30
31
- - name: Run model multiplier updater
+ - name: Check for updates and generate model multipliers
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
run: python scripts/update-model-multipliers.py
0 commit comments