Skip to content

Commit a1418f3

Browse files
authored
Merge pull request #19896 from nsoranzo/release_24.0_drop_alembic-utils
[24.0] Drop unused alembic-utils from galaxy-data package requirements
2 parents 8ede4cb + 8f0e11b commit a1418f3

28 files changed

+109
-58
lines changed

.github/workflows/api.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'client/**'
66
- 'doc/**'
77
- 'lib/galaxy_test/selenium/**'
8+
- 'packages/**'
89
pull_request:
910
paths-ignore:
1011
- 'client/**'
1112
- 'doc/**'
1213
- 'lib/galaxy_test/selenium/**'
14+
- 'packages/**'
1315
schedule:
1416
# Run at midnight UTC every Tuesday
1517
- cron: '0 0 * * 2'

.github/workflows/converter_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
paths-ignore:
55
- 'client/**'
66
- 'doc/**'
7+
- 'packages/**'
78
pull_request:
89
paths-ignore:
910
- 'client/**'
1011
- 'doc/**'
12+
- 'packages/**'
1113
schedule:
1214
# Run at midnight UTC every Tuesday
1315
- cron: '0 0 * * 2'

.github/workflows/cwl_conformance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
paths-ignore:
55
- 'client/**'
66
- 'doc/**'
7+
- 'packages/**'
78
pull_request:
89
paths-ignore:
910
- 'client/**'
1011
- 'doc/**'
12+
- 'packages/**'
1113
env:
1214
GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8'
1315
concurrency:

.github/workflows/db_indexes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'client/**'
66
- 'doc/**'
77
- 'lib/galaxy_test/selenium/**'
8+
- 'packages/**'
89
pull_request:
910
paths-ignore:
1011
- 'client/**'
1112
- 'doc/**'
1213
- 'lib/galaxy_test/selenium/**'
14+
- 'packages/**'
1315
concurrency:
1416
group: ${{ github.workflow }}-${{ github.ref }}
1517
cancel-in-progress: true

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
paths-ignore:
55
- 'client/**'
66
- 'lib/galaxy_test/selenium/**'
7+
- 'packages/**'
78
pull_request:
89
paths-ignore:
910
- 'client/**'
1011
- 'lib/galaxy_test/selenium/**'
12+
- 'packages/**'
1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}
1315
cancel-in-progress: true

.github/workflows/first_startup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
paths-ignore:
55
- 'doc/**'
66
- 'lib/galaxy_test/selenium/**'
7+
- 'packages/**'
78
pull_request:
89
paths-ignore:
910
- 'doc/**'
1011
- 'lib/galaxy_test/selenium/**'
12+
- 'packages/**'
1113
env:
1214
YARN_INSTALL_OPTS: --frozen-lockfile
1315
concurrency:

.github/workflows/framework.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'client/**'
66
- 'doc/**'
77
- 'lib/galaxy_test/selenium/**'
8+
- 'packages/**'
89
pull_request:
910
paths-ignore:
1011
- 'client/**'
1112
- 'doc/**'
1213
- 'lib/galaxy_test/selenium/**'
14+
- 'packages/**'
1315
schedule:
1416
# Run at midnight UTC every Tuesday
1517
- cron: '0 0 * * 2'

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'client/**'
66
- 'doc/**'
77
- 'lib/galaxy_test/selenium/**'
8+
- 'packages/**'
89
pull_request:
910
paths-ignore:
1011
- 'client/**'
1112
- 'doc/**'
1213
- 'lib/galaxy_test/selenium/**'
14+
- 'packages/**'
1315
schedule:
1416
# Run at midnight UTC every Tuesday
1517
- cron: '0 0 * * 2'

.github/workflows/integration_selenium.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
paths-ignore:
55
- 'doc/**'
6+
- 'packages/**'
67
pull_request:
78
paths-ignore:
89
- 'doc/**'
10+
- 'packages/**'
911
schedule:
1012
# Run at midnight UTC every Tuesday
1113
- cron: '0 0 * * 2'

.github/workflows/lint_openapi_schema.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- 'client/**'
66
- 'doc/**'
77
- 'lib/galaxy_test/selenium/**'
8+
- 'packages/**'
89
pull_request:
910
paths-ignore:
1011
- 'client/**'
1112
- 'doc/**'
1213
- 'lib/galaxy_test/selenium/**'
14+
- 'packages/**'
1315
concurrency:
1416
group: ${{ github.workflow }}-${{ github.ref }}
1517
cancel-in-progress: true

0 commit comments

Comments
 (0)