Skip to content

Commit

Permalink
Update stress_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Dec 8, 2024
1 parent 6d3ff3f commit cde5427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AppFlowy-Cloud Stress Test

on: [ pull_request, push ]
on: [ pull_request ]

concurrency:
group: stress-test-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Run Server and Test
run: |
cargo run --package xtask -- --stress-test
cargo run --package xtask -- --stress-test

0 comments on commit cde5427

Please sign in to comment.