Unverified Commit a1418f3f authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #19896 from nsoranzo/release_24.0_drop_alembic-utils

[24.0] Drop unused alembic-utils from galaxy-data package requirements
parents 8ede4cbe 8f0e11b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,11 +5,13 @@ on:
      - 'client/**'
      - 'doc/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
  pull_request:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
  schedule:
    # Run at midnight UTC every Tuesday
    - cron: '0 0 * * 2'
+2 −0
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@ on:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'packages/**'
  pull_request:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'packages/**'
  schedule:
    # Run at midnight UTC every Tuesday
    - cron: '0 0 * * 2'
+2 −0
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@ on:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'packages/**'
  pull_request:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'packages/**'
env:
  GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8'
concurrency:
+2 −0
Original line number Diff line number Diff line
@@ -5,11 +5,13 @@ on:
      - 'client/**'
      - 'doc/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
  pull_request:
    paths-ignore:
      - 'client/**'
      - 'doc/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
+2 −0
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@ on:
    paths-ignore:
      - 'client/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
  pull_request:
    paths-ignore:
      - 'client/**'
      - 'lib/galaxy_test/selenium/**'
      - 'packages/**'
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Loading