Skip to content

Commit

Permalink
Renamed workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored and APN-Pucky committed Jun 8, 2022
1 parent b0e7bfe commit e198970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags-ignore:
- '*'
jobs:
test:
default:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-pip-lhapdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
jobs:
publish:
default:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-pip-lhapdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'

jobs:
test:
default:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-pip-lhapdf
Expand Down

0 comments on commit e198970

Please sign in to comment.