Skip to content

Commit

Permalink
release filter for load test (#8725)
Browse files Browse the repository at this point in the history
add release filter for load test
  • Loading branch information
skrdgraph committed Mar 3, 2023
1 parent 65fff46 commit e3c7d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dgraph-load-tests.yml
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
# - release/*
- 'release/**'
pull_request:
types:
- opened
Expand All @@ -12,7 +12,7 @@ on:
- ready_for_review
branches:
- main
# - release/*
- 'release/**'
schedule:
- cron: "0 * * * *"
jobs:
Expand Down

0 comments on commit e3c7d9a

Please sign in to comment.