From 91c1a9adb5824925d1c0c78ea77cf801bbc27a69 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 5 Dec 2024 13:17:42 +0100 Subject: [PATCH] ci: register a dummy test_build_images workflow which will be completed in a separate PR --- .github/workflows/pr_test_build_images.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr_test_build_images.yaml diff --git a/.github/workflows/pr_test_build_images.yaml b/.github/workflows/pr_test_build_images.yaml new file mode 100644 index 000000000..367de3cb5 --- /dev/null +++ b/.github/workflows/pr_test_build_images.yaml @@ -0,0 +1,15 @@ +--- +name: Test Build Images + +on: + workflow_dispatch: + pull_request: + branches: [main, 'release/*'] + # For now, we run on all paths, but if the products could be moved into a subdirectory, we could match on that + # paths: [] + +jobs: + dummy: + runs-on: ubuntu-latest + steps: + - run: echo TODO