Skip to content

Commit 9fce9a3

Browse files
authored
ci: register a dummy test_build_images workflow which will be completed in a separate PR (#947)
1 parent 62b44bd commit 9fce9a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Test Build Images
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
branches: [main, 'release/*']
8+
# For now, we run on all paths, but if the products could be moved into a subdirectory, we could match on that
9+
# paths: []
10+
11+
jobs:
12+
dummy:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- run: echo TODO

0 commit comments

Comments
 (0)