Skip to content

Commit 6b6556f

Browse files
committed
new test 2
1 parent a17cee4 commit 6b6556f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,7 @@ jobs:
239239
workflows:
240240
build-and-test:
241241
when:
242-
and:
243-
- not: << pipeline.git.tag >>
244-
- not: << pipeline.parameters.build_all >>
242+
245243
jobs:
246244
- format
247245
- shellcheck:

.github/workflows/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
with:
2626
python--version: '3.x'
2727
- name: Check and Modify
28+
id: run-script
2829
run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
2930
- name: Test
30-
run: echo "${{ steps.envvars.outputs.NGINX_VERSION_TO_TEST }}"
31+
run: echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
3132
- name: Create Pull Request
3233
id: pr
3334
uses: peter-evans/[email protected]

0 commit comments

Comments
 (0)