Skip to content

Commit

Permalink
Change job_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed May 8, 2024
1 parent e5fb59f commit b07988c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-emnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Download emnist
on: [push]

jobs:
build:
download:

runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-emnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Example emnist
on: [push]

jobs:
build:
train:

runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-plots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Example plots
on: [push]

jobs:
build:
plot:

runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit b07988c

Please sign in to comment.