From 70999cf4cfdf816d55a584c09dfc09d3d5af11a3 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Mon, 16 Sep 2024 10:37:06 +0800 Subject: [PATCH] Test action branch Signed-off-by: Luca Della Vedova --- .github/workflows/asan.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/tsan.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/asan.yaml b/.github/workflows/asan.yaml index 9039a51..dfb1f0e 100644 --- a/.github/workflows/asan.yaml +++ b/.github/workflows/asan.yaml @@ -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: | diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c23d31c..2ea42ed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: | diff --git a/.github/workflows/tsan.yaml b/.github/workflows/tsan.yaml index 181f086..f187f5a 100644 --- a/.github/workflows/tsan.yaml +++ b/.github/workflows/tsan.yaml @@ -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: |