Skip to content

Commit

Permalink
Fixed name and execute if
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Mar 11, 2024
1 parent 5f60159 commit 9ecdb9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize

jobs:
pre-commit:
regression_test:
runs-on: ubuntu-latest
container:
image: ros:humble
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Upload output files
uses: actions/upload-artifact@v4
if: always()
with:
name: regression-test-output
path: ./regression_test_data/output/

0 comments on commit 9ecdb9f

Please sign in to comment.