Skip to content

Commit

Permalink
תיקון שגיאה
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 19, 2024
1 parent 088b9e4 commit c36c9c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_gemini_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.github/workflows/run_gemini_v2.yml'

jobs:
process_songs 1000-2000:
process_songs_1000-2000:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
path: tagged_songs.json


process_songs 2000-3000:
process_songs_2000-3000:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
path: tagged_songs.json


process_songs 3000-4000:
process_songs_3000-4000:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
path: tagged_songs.json


process_songs 4000-5000:
process_songs_4000-5000:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c36c9c1

Please sign in to comment.