Skip to content

Commit

Permalink
update ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sukki37 committed Sep 12, 2023
1 parent d685788 commit d9cef78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -4,7 +4,7 @@ name: MatrixOne CI
on:
pull_request_target:
types: [ opened, synchronize, reopened ]
branches: [ main,'[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ main,'[0-9]+.[0-9]+*' ]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-compose.yml
Expand Up @@ -3,7 +3,7 @@ name: MatrixOne Compose Test
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ main,'[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ main,'[0-9]+.[0-9]+*' ]

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-standalone.yml
Expand Up @@ -3,7 +3,7 @@ name: MatrixOne e2e CI(Standalone)
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ main,'[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ main,'[0-9]+.[0-9]+*' ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_upgrade.yml
Expand Up @@ -3,7 +3,7 @@ name: MatrixOne e2e upgrade CI
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ main,'[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ main,'[0-9]+.[0-9]+*' ]

jobs:
upgrade-ci-linux-x86:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-trigger.yaml
Expand Up @@ -2,7 +2,7 @@ name: MO Checkin Regression On EKS

on:
pull_request_target:
branches: [ main,'[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ main,'[0-9]+.[0-9]+*' ]
types:
- closed
paths:
Expand Down

0 comments on commit d9cef78

Please sign in to comment.