Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Aug 8, 2024
1 parent e1a71fa commit 1e7f04b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-docker-compose-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: E2E test with docker compose

on:
pull_request:
branches: [main]
branches: [suyue/test_action]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- "**/docker/**"
Expand All @@ -14,7 +14,6 @@ on:
- "!**.md"
- "!**.txt"
- .github/workflows/pr-docker-compose-e2e.yml
workflow_dispatch:

# If there is a new commit, the previous jobs will be canceled
concurrency:
Expand Down

0 comments on commit 1e7f04b

Please sign in to comment.