From a068a6975025d1ef81e9e60eb3feccd049732a41 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 16 Jul 2024 17:38:49 +0100 Subject: [PATCH] Create stub workflow for Valgrind (#7402) --- .github/workflows/valgrind-analysis.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/valgrind-analysis.yml diff --git a/.github/workflows/valgrind-analysis.yml b/.github/workflows/valgrind-analysis.yml new file mode 100644 index 0000000000..010294fa77 --- /dev/null +++ b/.github/workflows/valgrind-analysis.yml @@ -0,0 +1,24 @@ +name: "Valgrind Analysis" + +on: + workflow_dispatch: + pull_request: + types: + - opened + - reopened + - synchronize + - ready_for_review + +concurrency: + group: "${{ github.workflow }}-${{ github.ref || github.run_id }}" + cancel-in-progress: true + +jobs: + valgrind-analysis: + runs-on: ubuntu-latest + container: symless/synergy-core:ubuntu-22.04-amd64 + timeout-minutes: 5 + + steps: + - name: Stub + run: echo stub