diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml deleted file mode 100644 index fa4ce106a2d..00000000000 --- a/.github/workflows/ci-release.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: CI -on: - pull_request: - paths: - - 'CHANGELOG.md' - - 'common/lib/dependabot/version.rb' - branches: - - "main" -jobs: - ci: - name: CI - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - suite: - - { path: bundler, name: bundler1, ci_node_total: 2, ci_node_index: 0 } - - { path: bundler, name: bundler1, ci_node_total: 2, ci_node_index: 1 } - - { path: bundler, name: bundler2, ci_node_total: 2, ci_node_index: 0 } - - { path: bundler, name: bundler2, ci_node_total: 2, ci_node_index: 1 } - - { path: cargo, name: cargo } - - { path: common, name: common } - - { path: composer, name: composer, ci_node_total: 2, ci_node_index: 0 } - - { path: composer, name: composer, ci_node_total: 2, ci_node_index: 1 } - - { path: docker, name: docker } - - { path: elm, name: elm } - - { path: git_submodules, name: git_submodules } - - { path: github_actions, name: github_actions } - - { path: go_modules, name: go_module, ci_node_total: 2, index: 0 } - - { path: go_modules, name: go_module, ci_node_total: 2, index: 1 } - - { path: gradle, name: gradle } - - { path: hex, name: hex, ci_node_total: 2, ci_node_index: 0 } - - { path: hex, name: hex, ci_node_total: 2, ci_node_index: 1 } - - { path: maven, name: maven } - - { path: npm_and_yarn, name: npm_and_yarn, ci_node_total: 3, ci_node_index: 0 } - - { path: npm_and_yarn, name: npm_and_yarn, ci_node_total: 3, ci_node_index: 1 } - - { path: npm_and_yarn, name: npm_and_yarn, ci_node_total: 3, ci_node_index: 2 } - - { path: nuget, name: nuget } - - { path: omnibus, name: omnibus } - - { path: python, name: python, ci_node_total: 5, ci_node_index: 0 } - - { path: python, name: python, ci_node_total: 5, ci_node_index: 1 } - - { path: python, name: python, ci_node_total: 5, ci_node_index: 2 } - - { path: python, name: python, ci_node_total: 5, ci_node_index: 3 } - - { path: python, name: python, ci_node_total: 5, ci_node_index: 4 } - - { path: python, name: python_slow, ci_node_total: 5, ci_node_index: 0 } - - { path: python, name: python_slow, ci_node_total: 5, ci_node_index: 1 } - - { path: python, name: python_slow, ci_node_total: 5, ci_node_index: 2 } - - { path: python, name: python_slow, ci_node_total: 5, ci_node_index: 3 } - - { path: python, name: python_slow, ci_node_total: 5, ci_node_index: 4 } - - { path: pub, name: pub, ci_node_total: 2, ci_node_index: 0 } - - { path: pub, name: pub, ci_node_total: 2, ci_node_index: 1 } - - { path: terraform, name: terraform } - steps: - - run: 'echo "No build required"' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9d356286c..0ed181b271a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,6 @@ on: branches: - "main" pull_request: - paths-ignore: - - "CHANGELOG.md" - - "common/lib/dependabot/version.rb" schedule: - cron: "0 0 * * *"