Skip to content

Commit

Permalink
Rename simulation jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 2, 2024
1 parent a35e39b commit 4a01439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
full:
simulation-full:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
if: env.GIT_DIFF
run: |
make sim-full
no-inactive:
simulation-no-inactive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a01439

Please sign in to comment.