Skip to content

Commit d1e6832

Browse files
committed
add umsa to CI wfs
1 parent 163f60d commit d1e6832

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/dispatch_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
options:
1111
- galaxy-qa1.galaxy.cloud.e-infra.cz
1212
- usegalaxy.cz
13+
- galaxy-umsa.grid.cesnet.cz
1314

1415
jobs:
1516
build:

.github/workflows/fix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
make INSTANCE=galaxy-qa1.galaxy.cloud.e-infra.cz fix
3434
make INSTANCE=usegalaxy.cz lint
3535
make INSTANCE=usegalaxy.cz fix
36+
make INSTANCE=galaxy-umsa.grid.cesnet.cz lint
37+
make INSTANCE=galaxy-umsa.grid.cesnet.cz fix
3638
- name: Create Pull Request
3739
uses: peter-evans/create-pull-request@v7
3840
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
run: |
3232
make INSTANCE=galaxy-qa1.galaxy.cloud.e-infra.cz lint
3333
make INSTANCE=usegalaxy.cz lint
34+
make INSTANCE=galaxy-umsa.grid.cesnet.cz lint

0 commit comments

Comments
 (0)