We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eb570 commit 79ad70aCopy full SHA for 79ad70a
1 file changed
.github/workflows/unit_tests_common.yml
@@ -167,8 +167,8 @@ jobs:
167
ports:
168
- 80
169
volumes: ${{ fromJson(inputs.container_volumes) }}
170
- options: ${{ inputs.container_options }}
171
- # options: --pull never ${{ inputs.container_options }}
+ # options: ${{ inputs.container_options }}
+ options: --pull never ${{ inputs.container_options }}
172
steps:
173
# Check if this test group should run based on changed files or "full ci" label
174
- name: Check if tests should run
0 commit comments