diff --git a/.github/workflows/aggregate-ci.yml b/.github/workflows/aggregate-ci.yml index 88a19833b..d4e306c04 100644 --- a/.github/workflows/aggregate-ci.yml +++ b/.github/workflows/aggregate-ci.yml @@ -11,9 +11,6 @@ on: - '.github/workflows/aggregate-ci.yml' - 'data-serving/scripts/aggregate/aggregate/**' workflow_dispatch: - paths: - - '.github/workflows/aggregate-ci.yml' - - 'data-serving/scripts/aggregate/aggregate/**' jobs: ci: diff --git a/.github/workflows/aggregate-deploy.yml b/.github/workflows/aggregate-deploy.yml index c77da2b5e..e8a5e2e52 100644 --- a/.github/workflows/aggregate-deploy.yml +++ b/.github/workflows/aggregate-deploy.yml @@ -8,11 +8,6 @@ on: - 'data-serving/scripts/aggregate/**' - '!data-serving/scripts/aggregate/README.md' workflow_dispatch: - branches: [main] - paths: - - '.github/workflows/aggregate-deploy.yml' - - 'data-serving/scripts/aggregate/**' - - '!data-serving/scripts/aggregate/README.md' jobs: deploy: diff --git a/.github/workflows/api-python-tests.yml b/.github/workflows/api-python-tests.yml index 7cf725d3f..488258927 100644 --- a/.github/workflows/api-python-tests.yml +++ b/.github/workflows/api-python-tests.yml @@ -11,9 +11,6 @@ on: - '.github/workflows/api-python-tests.yml' - 'api/python/**' workflow_dispatch: - paths: - - '.github/workflows/api-python-tests.yml' - - 'api/python/**' jobs: tests: diff --git a/.github/workflows/curator-api-node.yml b/.github/workflows/curator-api-node.yml index d7f22b433..2987a780d 100644 --- a/.github/workflows/curator-api-node.yml +++ b/.github/workflows/curator-api-node.yml @@ -10,10 +10,6 @@ on: - ".github/workflows/curator-api-node.yml" - "verification/curator-service/api/**" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/curator-api-node.yml" - - "verification/curator-service/api/**" pull_request: paths: - ".github/workflows/curator-api-node.yml" diff --git a/.github/workflows/curator-service-package.yml b/.github/workflows/curator-service-package.yml index c4e3d8fff..7a9f47282 100644 --- a/.github/workflows/curator-service-package.yml +++ b/.github/workflows/curator-service-package.yml @@ -12,11 +12,6 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/curator-service-package.yml" - - "verification/curator-service/**" - - "!verification/curator-service/auth.md" pull_request: paths: - ".github/workflows/curator-service-package.yml" diff --git a/.github/workflows/curator-ui-node.yml b/.github/workflows/curator-ui-node.yml index 844d31344..175377cc8 100644 --- a/.github/workflows/curator-ui-node.yml +++ b/.github/workflows/curator-ui-node.yml @@ -10,10 +10,6 @@ on: - ".github/workflows/curator-ui-node.yml" - "verification/curator-service/ui/**" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/curator-ui-node.yml" - - "verification/curator-service/ui/**" pull_request: paths: - ".github/workflows/curator-ui-node.yml" diff --git a/.github/workflows/data-service-node.yml b/.github/workflows/data-service-node.yml index 3209bef3e..22d58a3db 100644 --- a/.github/workflows/data-service-node.yml +++ b/.github/workflows/data-service-node.yml @@ -10,10 +10,6 @@ on: - ".github/workflows/data-service-node.yml" - "data-serving/data-service/**" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/data-service-node.yml" - - "data-serving/data-service/**" pull_request: paths: - ".github/workflows/data-service-node.yml" diff --git a/.github/workflows/data-service-package.yml b/.github/workflows/data-service-package.yml index af7ebd290..3706a1832 100644 --- a/.github/workflows/data-service-package.yml +++ b/.github/workflows/data-service-package.yml @@ -11,10 +11,6 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/data-service-package.yml" - - "data-serving/data-service/**" pull_request: paths: - ".github/workflows/data-service-package.yml" diff --git a/.github/workflows/export-deploy.yml b/.github/workflows/export-deploy.yml index 289fc8fbf..83a2fed17 100644 --- a/.github/workflows/export-deploy.yml +++ b/.github/workflows/export-deploy.yml @@ -8,11 +8,6 @@ on: - 'data-serving/scripts/export-data/**' - '!data-serving/scripts/export-data/README.md' workflow_dispatch: - branches: ['*-stable'] - paths: - - '.github/workflows/export-deploy.yml' - - 'data-serving/scripts/export-data/**' - - '!data-serving/scripts/export-data/README.md' jobs: deploy: diff --git a/.github/workflows/export-tests.yml b/.github/workflows/export-tests.yml index 7ad612ae4..60ac9f67e 100644 --- a/.github/workflows/export-tests.yml +++ b/.github/workflows/export-tests.yml @@ -13,10 +13,6 @@ on: - 'data-serving/scripts/export-data/*.py' - 'data-serving/scripts/export-data/*.sh' workflow_dispatch: - paths: - - '.github/workflows/export-tests.yml' - - 'data-serving/scripts/export-data/*.py' - - 'data-serving/scripts/export-data/*.sh' jobs: ci: diff --git a/.github/workflows/geocoding-service-package.yml b/.github/workflows/geocoding-service-package.yml index c8f640631..fa8b9c6e7 100644 --- a/.github/workflows/geocoding-service-package.yml +++ b/.github/workflows/geocoding-service-package.yml @@ -11,10 +11,6 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - ".github/workflows/geocoding-service-package.yml" - - "geocoding/location-service/**" pull_request: paths: - ".github/workflows/geocoding-service-package.yml" diff --git a/.github/workflows/geocoding-service-python.yml b/.github/workflows/geocoding-service-python.yml index eca0743bc..abb2e016d 100644 --- a/.github/workflows/geocoding-service-python.yml +++ b/.github/workflows/geocoding-service-python.yml @@ -1,17 +1,3 @@ -name: Geocoding location-service Python CI - -on: - push: - branches: [main, '*-stable'] - paths: - - '.github/workflows/geocoding-service-python.yml' - - 'geocoding/location-service/**' - pull_request: - paths: - - '.github/workflows/geocoding-service-python.yml' - - 'geocoding/location-service/**' - workflow_dispatch: - paths: - '.github/workflows/geocoding-service-python.yml' - 'geocoding/location-service/**' diff --git a/.github/workflows/ingestion-cleanup-deploy.yml b/.github/workflows/ingestion-cleanup-deploy.yml index 804f84047..d28456071 100644 --- a/.github/workflows/ingestion-cleanup-deploy.yml +++ b/.github/workflows/ingestion-cleanup-deploy.yml @@ -13,13 +13,6 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - '.github/workflows/ingestion-cleanup-deploy.yml' - - 'ingestion/functions/**' - - '!ingestion/functions/README.md' - - '!ingestion/functions/parsing/**' - - '!ingestion/functions/retrieval/**' jobs: deploy: diff --git a/.github/workflows/ingestion-functions-deploy.yml b/.github/workflows/ingestion-functions-deploy.yml index e656df8aa..baad80e09 100644 --- a/.github/workflows/ingestion-functions-deploy.yml +++ b/.github/workflows/ingestion-functions-deploy.yml @@ -11,11 +11,6 @@ on: tags: - "*" workflow_dispatch: - branches: [main, '*-stable'] - paths: - - '.github/workflows/ingestion-functions-deploy.yml' - - 'ingestion/functions/**' - - '!ingestion/functions/README.md' jobs: deploy: diff --git a/.github/workflows/ingestion-functions-python.yml b/.github/workflows/ingestion-functions-python.yml index 8578e488b..30e042f3c 100644 --- a/.github/workflows/ingestion-functions-python.yml +++ b/.github/workflows/ingestion-functions-python.yml @@ -13,10 +13,6 @@ on: - 'ingestion/functions/**' - '!ingestion/functions/README.md' workflow_dispatch: - paths: - - '.github/workflows/ingestion-functions-python.yml' - - 'ingestion/functions/**' - - '!ingestion/functions/README.md' jobs: ci: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d28406606..02bde5534 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,12 +17,6 @@ on: - "data-serving/data-service/**" - "data-serving/samples/**" workflow_dispatch: - paths: - - ".github/workflows/integration-tests.yml" - - "dev/docker-compose.yml" - - "verification/curator-service/**" - - "data-serving/data-service/**" - - "data-serving/samples/**" jobs: integration-tests: diff --git a/.github/workflows/monitoring-tests.yml b/.github/workflows/monitoring-tests.yml index 22ab945af..c53c14218 100644 --- a/.github/workflows/monitoring-tests.yml +++ b/.github/workflows/monitoring-tests.yml @@ -11,9 +11,6 @@ on: - '.github/workflows/monitoring-tests.yml' - 'ingestion/monitoring/**' workflow_dispatch: - paths: - - '.github/workflows/monitoring-tests.yml' - - 'ingestion/monitoring/**' jobs: monitoring-tests: diff --git a/.github/workflows/prune-deploy.yml b/.github/workflows/prune-deploy.yml index 397e9beba..768ca8f70 100644 --- a/.github/workflows/prune-deploy.yml +++ b/.github/workflows/prune-deploy.yml @@ -8,11 +8,6 @@ on: - 'data-serving/scripts/prune-uploads/**' - '!data-serving/scripts/prune-uploads/README.md' workflow_dispatch: - branches: [main] - paths: - - '.github/workflows/prune-deploy.yml' - - 'data-serving/scripts/prune-uploads/**' - - '!data-serving/scripts/prune-uploads/README.md' jobs: deploy: diff --git a/.github/workflows/prune-uploads-tests.yml b/.github/workflows/prune-uploads-tests.yml index 2490d4a2f..0c19862f5 100644 --- a/.github/workflows/prune-uploads-tests.yml +++ b/.github/workflows/prune-uploads-tests.yml @@ -13,10 +13,6 @@ on: - 'data-serving/scripts/prune-uploads/**' - '!data-serving/scripts/prune-uploads/README.md' workflow_dispatch: - paths: - - '.github/workflows/prune-uploads-tests.yml' - - 'data-serving/scripts/prune-uploads/**' - - '!data-serving/scripts/prune-uploads/README.md' jobs: tests: diff --git a/.github/workflows/suggest-python.yml b/.github/workflows/suggest-python.yml index 0571b8647..c7d560c11 100644 --- a/.github/workflows/suggest-python.yml +++ b/.github/workflows/suggest-python.yml @@ -11,9 +11,6 @@ on: - '.github/workflows/suggest-python.yml' - 'suggest/acronyms/**' workflow_dispatch: - paths: - - '.github/workflows/suggest-python.yml' - - 'suggest/acronyms/**' jobs: ci: @@ -34,4 +31,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest \ No newline at end of file + pytest diff --git a/.github/workflows/update-dev-curator-db-schema.yml b/.github/workflows/update-dev-curator-db-schema.yml index e494cbde0..acb723465 100644 --- a/.github/workflows/update-dev-curator-db-schema.yml +++ b/.github/workflows/update-dev-curator-db-schema.yml @@ -8,11 +8,6 @@ on: - "data-serving/scripts/setup-db/migrations/**" - ".github/workflows/update-dev-curator-db-schema.yaml" workflow_dispatch: - # Run workflow when the schema changes. - branches: [main] - paths: - - "data-serving/scripts/setup-db/migrations/**" - - ".github/workflows/update-dev-curator-db-schema.yaml" jobs: update-sources-data-dev: diff --git a/.github/workflows/update-prod-curator-db-schema.yaml b/.github/workflows/update-prod-curator-db-schema.yaml index 50bf40c89..8a2d51ba5 100644 --- a/.github/workflows/update-prod-curator-db-schema.yaml +++ b/.github/workflows/update-prod-curator-db-schema.yaml @@ -8,11 +8,6 @@ on: - "data-serving/scripts/setup-db/migrations/**" - ".github/workflows/update-prod-curator-db-schema.yaml" workflow_dispatch: - # Run workflow when the schema changes. The branch name should always reflect the current release! - branches: [1.11-stable] - paths: - - "data-serving/scripts/setup-db/migrations/**" - - ".github/workflows/update-prod-curator-db-schema.yaml" jobs: update-sources-data: