Skip to content

Commit

Permalink
cleanup web, ios, android workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed May 9, 2024
1 parent ffacaf3 commit c1bf63c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 23 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'binding/android/OrcaTestApp/**'
- 'resources/.test/**'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/android-appcenter.yml'
- 'binding/android/OrcaTestApp/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/android-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'demo/android/**'
- '!demo/android/OrcaDemo/README.md'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/android-demos.yml'
- 'demo/android/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'lib/common/**'
- '.github/workflows/android-perf.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'lib/android/**'
- 'lib/common/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ios-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'binding/ios/OrcaAppTest/**'
- 'resources/.test/**'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/ios-appcenter.yml'
- 'binding/ios/OrcaAppTest/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ios-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '.github/workflows/ios-demos.yml'
- '!demo/ios/README.md'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'demo/ios/**'
- '.github/workflows/ios-demos.yml'
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'lib/common/**'
- '.github/workflows/ios-perf.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'lib/ios/**'
- 'lib/common/**'
Expand All @@ -27,10 +26,10 @@ jobs:

strategy:
matrix:
device: [ios-perf]
device: [ ios-perf ]
include:
- device: ios-perf
performanceThresholdSec: 0.5
- device: ios-perf
performanceThresholdSec: 0.5

steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '**/web/*.ts'
- '.github/workflows/web-codestyle.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '**/web/*.js'
- '**/web/*.ts'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '!demo/web/README.md'
- '.github/workflows/web-demos.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'demo/web/**'
- '!demo/web/README.md'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- 'lib/common/**'
- '.github/workflows/web-perf.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'lib/wasm/**'
- 'lib/common/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
- 'lib/wasm/**'
- '.github/workflows/web.yml'
pull_request:
# TODO: delete "orca-prepare-v0.2" before release
branches: [ main, 'v[0-9]+.[0-9]+', 'orca-prepare-v0.2' ]
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'binding/web/**'
- '!binding/web/README.md'
Expand Down

0 comments on commit c1bf63c

Please sign in to comment.