Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Test action branch #131

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading