aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
Commit message (Collapse)AuthorAge
* fix(ci): re-run GHA for ready_for_review events (#15377)James McCoy2021-08-15
| | | | | | | | By default, the pull_request target only runs for the "opened", "synchronize", and "reopened" events. Since we've disabled GHA CI for "draft" PRs, the "ready_for_review" event also needs to be included so CI is automatically run when leaving draft status.
* fix(ci): lower timeout to 45 minutes (from default 360 mins)Björn Linse2021-07-24
|
* Revert "fix(ci): remove mongodb from brew to avoid brew upgrade error ↵Christian Clason2021-07-20
| | | | | | | (#15115)" (#15141) This reverts commit 5377b2b00aea1a0bde1b81452e6198dabe5b9796. (Fix no longer needed.)
* fix(ci): remove mongodb from brew to avoid brew upgrade error (#15115)Oliver Marriott2021-07-17
| | | | | | | | | macOS CI was failing because: - brew upgrade fails because, - mongodb-community cant upgrade because, - some symlinks are owned by ... mongodb-community... We don't use mogodb, so we can just remove it wholesale.
* ci(gha): Add functionaltest-lua checkerJames McCoy2021-06-29
|
* fix(ci): Remove gcc@8/gcc@9 homebrew workaroundJames McCoy2021-06-04
|
* ci(gha): Run ci workflow for PRs into release branchesJames McCoy2021-05-05
|
* ci(gha/ci): Use clang-12 for TSANJames McCoy2021-05-02
|
* ci(gha/win): Specify valid directory for DEPS_BUILD_DIRJames McCoy2021-04-21
|
* ci(gha): Simplify clang installationJames McCoy2021-04-21
|
* ci(gha): Update to clang-12James McCoy2021-04-21
|
* Don't run CI on draft PRssmolck2021-03-14
|
* ci(GHA): install perl on osxJan Edmund Lazo2021-01-17
| | | | Fix missing header files in system perl.
* ci(gha): brew unlink gcc@8/@9 to fix upgrade issuesJames McCoy2021-01-11
|
* ci(gha): brew upgrade before installingJames McCoy2021-01-10
|
* ci(GHA): Disable fail-fast for CI checksJames McCoy2020-12-30
|
* Merge pull request #13540 from erw7/add-gha-for-windows-vs2017James McCoy2020-12-28
|\
| * GHA: integrate unix and windows settingserw72020-12-17
| |
* | GHA/osx: remove python 2to3Jan Edmund Lazo2020-12-19
|/
* GHA: Do not run CI for tagsJames McCoy2020-12-05
|
* GHA: brew required softwareJames McCoy2020-11-24
|
* GHA: Add macOS CIJames McCoy2020-11-24
|
* GHA: Rename linux workflow to CIJames McCoy2020-11-24