summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-01-13 15:14:39 -0600
committerJordan Cook <jordan.cook.git@proton.me>2023-02-18 15:55:25 -0600
commit5f444d60d1c5f9eaca76f857ec09829a652dfea2 (patch)
tree9d2e5140e6a460176c3360375b3a042c8ee3fdf8
parent1011835f2787a1a8a6900d5f1bc074e3973f045e (diff)
downloadrequests-cache-5f444d60d1c5f9eaca76f857ec09829a652dfea2.tar.gz
Don't require stress tests for pre-release builds
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c627762..88338a9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -156,7 +156,7 @@ jobs:
# Deploy stable builds on tags only, and pre-release builds from manual trigger ("workflow_dispatch")
release:
if: ${{ github.event.inputs.skip-publish != 'true' }}
- needs: [test, test-minimum-deps, test-stress]
+ needs: [test, test-minimum-deps]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3