Skip to content

Commit 114f4f9

Browse files
committed
don't need the OpenResty dependency all the time anymore
1 parent 2a7e0be commit 114f4f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ workflows:
727727
filters:
728728
tags:
729729
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
730+
branches:
731+
ignore: /.*/
730732
- test:
731733
name: "test on nginx:1.21.4-alpine"
732734
base-image: "nginx:1.21.4-alpine"
@@ -737,6 +739,8 @@ workflows:
737739
filters:
738740
tags:
739741
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
742+
branches:
743+
ignore: /.*/
740744
- build:
741745
name: "build on nginx:1.21.4"
742746
base-image: "nginx:1.21.4"

bin/generate_jobs_yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nginx:1.21.6-alpine 1.21.6 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4343
nginx:1.21.6 1.21.6 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4444
nginx:1.21.5-alpine 1.21.5 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4545
nginx:1.21.5 1.21.5 /usr/lib/nginx/modules /etc/nginx/nginx.conf
46-
nginx:1.21.4-alpine 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf always
46+
nginx:1.21.4-alpine 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4747
nginx:1.21.4 1.21.4 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4848
nginx:1.21.3-alpine 1.21.3 /usr/lib/nginx/modules /etc/nginx/nginx.conf
4949
nginx:1.21.3 1.21.3 /usr/lib/nginx/modules /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)