Skip to content

Commit

Permalink
Disables 515 test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Nov 4, 2023
1 parent c07efef commit f1d0178
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,18 @@ jobs:
name: Integration Tests
uses: ./.github/workflows/run_integration_tests.yml

run_alternate_tests:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Alternate Tests
strategy:
fail-fast: false
matrix:
major: [515]
minor: [1614]
uses: ./.github/workflows/run_integration_tests.yml
with:
major: ${{ matrix.major }}
minor: ${{ matrix.minor }}
# run_alternate_tests:
# if: "!contains(github.event.head_commit.message, '[ci skip]')"
# name: Alternate Tests
# strategy:
# fail-fast: false
# matrix:
# major: [515]
# minor: [1614]
# uses: ./.github/workflows/run_integration_tests.yml
# with:
# major: ${{ matrix.major }}
# minor: ${{ matrix.minor }}

test_windows:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down

0 comments on commit f1d0178

Please sign in to comment.