Loading .github/workflows/api.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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' Loading .github/workflows/converter_tests.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -60,7 +62,7 @@ jobs: - name: Lint converters run: | mapfile -t TOOL_ARRAY < tool_list.txt planemo lint --skip citations,stdio,help --report_level warn "${TOOL_ARRAY[@]}" planemo lint --skip CitationsMissing,HelpEmpty,HelpMissing --report_level warn "${TOOL_ARRAY[@]}" - name: Run tests run: | mapfile -t TOOL_ARRAY < tool_list.txt Loading .github/workflows/cwl_conformance.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -5,11 +5,13 @@ on: - 'client/**' - 'doc/**' - 'lib/galaxy_test/selenium/**' - 'packages/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' - 'lib/galaxy_test/selenium/**' - 'packages/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' concurrency: Loading .github/workflows/db_indexes.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading .github/workflows/docs.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/api.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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' Loading
.github/workflows/converter_tests.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -60,7 +62,7 @@ jobs: - name: Lint converters run: | mapfile -t TOOL_ARRAY < tool_list.txt planemo lint --skip citations,stdio,help --report_level warn "${TOOL_ARRAY[@]}" planemo lint --skip CitationsMissing,HelpEmpty,HelpMissing --report_level warn "${TOOL_ARRAY[@]}" - name: Run tests run: | mapfile -t TOOL_ARRAY < tool_list.txt Loading
.github/workflows/cwl_conformance.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -5,11 +5,13 @@ on: - 'client/**' - 'doc/**' - 'lib/galaxy_test/selenium/**' - 'packages/**' pull_request: paths-ignore: - 'client/**' - 'doc/**' - 'lib/galaxy_test/selenium/**' - 'packages/**' env: GALAXY_TEST_DBURI: 'postgresql://postgres:postgres@localhost:5432/galaxy?client_encoding=utf8' concurrency: Loading
.github/workflows/db_indexes.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/docs.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -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