Skip to content

Commit 763c421

Browse files
committed
bla
1 parent 3441406 commit 763c421

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ concurrency:
1818
permissions:
1919
contents: read
2020
env:
21-
CELERY_BROKER_URL: ""
2221
BUILD_CACHE_KEY: ${{ github.sha }}
2322
CACHED_BUILD_PATHS: |
2423
${{ github.workspace }}/dist-serverless

scripts/split_tox_gh_actions/templates/base.jinja

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ permissions:
2525
contents: read
2626

2727
env:
28-
{% if needs_redis %}
29-
{% raw %}CELERY_BROKER_URL: ""{% endraw %}
30-
{% endif %}
3128
BUILD_CACHE_KEY: {% raw %}${{ github.sha }}{% endraw %}
3229
CACHED_BUILD_PATHS: |
3330
{% raw %}${{ github.workspace }}/dist-serverless{% endraw %}

0 commit comments

Comments
 (0)