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 3441406 commit 763c421Copy full SHA for 763c421
.github/workflows/test-integrations-tasks.yml
@@ -18,7 +18,6 @@ concurrency:
18
permissions:
19
contents: read
20
env:
21
- CELERY_BROKER_URL: ""
22
BUILD_CACHE_KEY: ${{ github.sha }}
23
CACHED_BUILD_PATHS: |
24
${{ github.workspace }}/dist-serverless
scripts/split_tox_gh_actions/templates/base.jinja
@@ -25,9 +25,6 @@ permissions:
25
26
27
28
-{% if needs_redis %}
29
- {% raw %}CELERY_BROKER_URL: ""{% endraw %}
30
-{% endif %}
31
BUILD_CACHE_KEY: {% raw %}${{ github.sha }}{% endraw %}
32
33
{% raw %}${{ github.workspace }}/dist-serverless{% endraw %}
0 commit comments