Skip to content

Commit

Permalink
chore(CI): Enable all CIs when pushing to s/fix-jvm-synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Jan 24, 2025
1 parent db9bc3a commit dec34df
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 36 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Android CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/codegen-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Codegen-v2 Tests

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Docker CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
paths:
- Dockerfile
- tools/install-dependencies
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]
# paths:
# - Dockerfile
# - tools/install-dependencies

jobs:
build:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: iOS CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/kotlin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Kotlin CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/kotlin-sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Kotlin Multiplatform CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Linux CI Rust

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/linux-ci-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Linux CI SonarCloud

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Linux CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/linux-sampleapp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Linux SampleApps CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/wasm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Wasm CI

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
branches: [ s/fix-jvm-synchronization ]
# branches: [ dev, master ]
# pull_request:
# branches: [ dev, master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit dec34df

Please sign in to comment.