Skip to content

Commit

Permalink
Change a few other bits
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 6, 2023
1 parent 9c8ce23 commit bfd8fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:

jobs:
do_something:
do_something_else:
runs-on: ubuntu-latest

steps:
- name: Do something
run: echo "I did something!"
- name: Do something else
run: echo "I did something else!"

0 comments on commit bfd8fb1

Please sign in to comment.