Skip to content

Commit

Permalink
test mem limiter
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
  • Loading branch information
monthonk committed Aug 7, 2024
1 parent 0183cd1 commit 91f6e38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Benchmarks

on:
push:
branches: [ "main", "wf-changes/**" ]
branches: [ "mem_limiter_perf", "wf-changes/**" ]

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration tests

on:
push:
branches: [ "main", "wf-changes/**" ]
branches: [ "mem_limiter_perf", "wf-changes/**" ]
merge_group:
types: [ "checks_requested" ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: [ "main" ]
branches: [ "mem_limiter_perf" ]
pull_request:
branches: [ "main" ]
merge_group:
Expand Down

0 comments on commit 91f6e38

Please sign in to comment.