Skip to content

Commit

Permalink
Test action branch
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Sep 17, 2024
1 parent a39e658 commit 70999cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_test:
name: rmf_simulation
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_asan.yaml@main
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_asan.yaml@luca/bump_artifact
with:
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
packages: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_test:
name: rmf_simulation
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@luca/bump_artifact
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
tsan:
name: tsan
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@luca/bump_artifact
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
Expand Down

0 comments on commit 70999cf

Please sign in to comment.