Skip to content

Commit 410d033

Browse files
committed
maybe with prefix
1 parent aa88156 commit 410d033

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ jobs:
9797
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}
9898
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
9999
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
100-
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
101-
ALLOWED_HOSTS: ${{ secrets.ALLOWED_HOSTS }}
102-
SECRET_KEY: ${{ secrets.SECRET_KEY }}
100+
TEST_ALLOWED_HOSTS: ${{ secrets.TEST_ALLOWED_HOSTS }}
103101
run: |
104102
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
105103
echo "Running tests for samples: $SAMPLES"

0 commit comments

Comments
 (0)