Skip to content

Commit bd2512c

Browse files
committed
test: test beamline repo names variable
1 parent 04fe775 commit bd2512c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test beamline repo names variable
2+
on:
3+
push
4+
5+
jobs:
6+
update_beamline_plugins:
7+
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
repo_name: ${{ vars.BEAMLINE_REPO_NAMES }}
11+
steps:
12+
- run: echo "running workflow for ${{ matrix.repo_name }}"
13+
14+

0 commit comments

Comments
 (0)