diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index ae46e457be09..eb2342504957 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' GALAXY_TEST_RAISE_EXCEPTION_ON_HISTORYLESS_HDA: '1' diff --git a/.github/workflows/api_paste.yaml b/.github/workflows/api_paste.yaml index 982d84946c8a..8f13e7764ec5 100644 --- a/.github/workflows/api_paste.yaml +++ b/.github/workflows/api_paste.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' GALAXY_TEST_USE_UVICORN: false diff --git a/.github/workflows/db_indexes.yaml b/.github/workflows/db_indexes.yaml index dd3d30a236b5..8760d469e261 100644 --- a/.github/workflows/db_indexes.yaml +++ b/.github/workflows/db_indexes.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' concurrency: group: database-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4c2802c3ebcf..c57dd8b65d5e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -3,9 +3,11 @@ on: push: paths-ignore: - 'client/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' + - 'lib/galaxy_test/selenium/**' concurrency: group: docs-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/first_startup.yaml b/.github/workflows/first_startup.yaml index 8b1658d386a4..1fdfc6f765e2 100644 --- a/.github/workflows/first_startup.yaml +++ b/.github/workflows/first_startup.yaml @@ -3,9 +3,11 @@ on: push: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: YARN_INSTALL_OPTS: --frozen-lockfile concurrency: diff --git a/.github/workflows/framework.yaml b/.github/workflows/framework.yaml index d436fa4b0b3b..d48b97835fd1 100644 --- a/.github/workflows/framework.yaml +++ b/.github/workflows/framework.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' GALAXY_TEST_RAISE_EXCEPTION_ON_HISTORYLESS_HDA: '1' diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 539f6a87bf40..35b02017932a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_AMQP_URL: 'amqp://localhost:5672//' GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' diff --git a/.github/workflows/mulled.yaml b/.github/workflows/mulled.yaml index 005f84f52a7e..2b4490f626c2 100644 --- a/.github/workflows/mulled.yaml +++ b/.github/workflows/mulled.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' concurrency: group: mulled-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/osx_startup.yaml b/.github/workflows/osx_startup.yaml index e893fa76ff39..e88cce193203 100644 --- a/.github/workflows/osx_startup.yaml +++ b/.github/workflows/osx_startup.yaml @@ -3,9 +3,11 @@ on: push: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' concurrency: group: osx-first-startup-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 53f3acccb973..7b2e0741a861 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' concurrency: diff --git a/.github/workflows/toolshed.yaml b/.github/workflows/toolshed.yaml index 670f28edfcf6..278a954c8d94 100644 --- a/.github/workflows/toolshed.yaml +++ b/.github/workflows/toolshed.yaml @@ -3,9 +3,11 @@ on: push: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'doc/**' + - 'lib/galaxy_test/selenium/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' TOOL_SHED_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/toolshed?client_encoding=utf8' diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 599839a100df..91afd9c99453 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -4,10 +4,12 @@ on: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' + - 'lib/galaxy_test/selenium/**' concurrency: group: py-unit-${{ github.ref }} cancel-in-progress: true