From 5e5b521ee7a22602176dd945ef2065f7a28b2b64 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Nov 2024 00:14:11 +0000 Subject: [PATCH] chore: sync files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/build-and-test-differential.yaml | 2 +- .github/workflows/build-and-test.yaml | 2 +- .github/workflows/cancel-previous-workflows.yaml | 2 +- .prettierignore | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 375e0cd5d6..74242fead6 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -17,7 +17,7 @@ jobs: build-and-test-differential: needs: make-sure-label-is-present if: ${{ needs.make-sure-label-is-present.outputs.result == 'true' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: ${{ matrix.container }} strategy: fail-fast: false diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index fe0069d0a9..5a227b520f 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -9,7 +9,7 @@ on: jobs: build-and-test: if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: ${{ matrix.container }} strategy: fail-fast: false diff --git a/.github/workflows/cancel-previous-workflows.yaml b/.github/workflows/cancel-previous-workflows.yaml index bd2463d5a8..44983f7dea 100644 --- a/.github/workflows/cancel-previous-workflows.yaml +++ b/.github/workflows/cancel-previous-workflows.yaml @@ -5,7 +5,7 @@ on: jobs: cancel-previous-workflows: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Cancel previous runs uses: styfle/cancel-workflow-action@0.12.1 diff --git a/.prettierignore b/.prettierignore index 313b8cf1f9..a3c34d00a1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,2 @@ *.param.yaml *.rviz -**/diagnostic_graph_aggregator/