Skip to content

Commit

Permalink
Reduce how much circleci gets used (#3010)
Browse files Browse the repository at this point in the history
Still need to move nightly build to github actions
  • Loading branch information
rfay committed May 19, 2021
1 parent e14d7af commit a2ec666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ workflows:
# - staticrequired
- lx_amd64_fpm_test
- lx_arm64_fpm_test
- lx_arm64_container_test
# - lx_arm64_container_test
# requires:
# - build
# - mac_nginx_fpm_test:
Expand Down Expand Up @@ -524,8 +524,8 @@ workflows:
- "pull/[0-9]+"
jobs:
- lx_amd64_container_test
- lx_arm64_container_test
- lx_amd64_fpm_test
# - lx_arm64_container_test
# - lx_amd64_fpm_test
- lx_arm64_fpm_test

release_build:
Expand Down

0 comments on commit a2ec666

Please sign in to comment.