We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0d2a14 + d1e6832 commit 5a2d31eCopy full SHA for 5a2d31e
3 files changed
.github/workflows/dispatch_lint.yml
@@ -10,6 +10,7 @@ on:
10
options:
11
- galaxy-qa1.galaxy.cloud.e-infra.cz
12
- usegalaxy.cz
13
+ - galaxy-umsa.grid.cesnet.cz
14
15
jobs:
16
build:
.github/workflows/fix.yml
@@ -33,6 +33,8 @@ jobs:
33
make INSTANCE=galaxy-qa1.galaxy.cloud.e-infra.cz fix
34
make INSTANCE=usegalaxy.cz lint
35
make INSTANCE=usegalaxy.cz fix
36
+ make INSTANCE=galaxy-umsa.grid.cesnet.cz lint
37
+ make INSTANCE=galaxy-umsa.grid.cesnet.cz fix
38
- name: Create Pull Request
39
uses: peter-evans/create-pull-request@v7
40
with:
.github/workflows/lint.yml
@@ -31,3 +31,4 @@ jobs:
31
run: |
32
make INSTANCE=galaxy-qa1.galaxy.cloud.e-infra.cz lint
0 commit comments