We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17cee4 commit 6b6556fCopy full SHA for 6b6556f
.circleci/config.yml
@@ -239,9 +239,7 @@ jobs:
239
workflows:
240
build-and-test:
241
when:
242
- and:
243
- - not: << pipeline.git.tag >>
244
- - not: << pipeline.parameters.build_all >>
+
245
jobs:
246
- format
247
- shellcheck:
.github/workflows/dependabot.yml
@@ -25,9 +25,10 @@ jobs:
25
with:
26
python--version: '3.x'
27
- name: Check and Modify
28
+ id: run-script
29
run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
30
- name: Test
- run: echo "${{ steps.envvars.outputs.NGINX_VERSION_TO_TEST }}"
31
+ run: echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
32
- name: Create Pull Request
33
id: pr
34
uses: peter-evans/[email protected]
0 commit comments