Skip to content

Commit

Permalink
github-ci: use oniro.xml manifest, remove docs from cache
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham committed Sep 5, 2024
1 parent 32a7c09 commit e5f99c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Pull Sources from Manifest and build
on:
push:
branches:
- '*'
- 'OpenHarmony-4.1-Release'
pull_request:
branches:
- '*'
- 'OpenHarmony-4.1-Release'
schedule:
- cron: '0 1 * * *'

env:
CI_MANIFEST_NAME: default.xml
CI_MANIFEST_NAME: oniro.xml

jobs:

Expand All @@ -30,7 +32,6 @@ jobs:
/__w/repo-mirrors/.repo
/__w/repo-mirrors/developtools_smartperf_host.git
/__w/repo-mirrors/developtools_profiler.git
/__w/repo-mirrors/docs.git
/__w/repo-mirrors/global_i18n.git
/__w/repo-mirrors/multimedia_av_codec.git
/__w/repo-mirrors/update_updater.git
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
/__w/repo-mirrors/.repo
/__w/repo-mirrors/developtools_smartperf_host.git
/__w/repo-mirrors/developtools_profiler.git
/__w/repo-mirrors/docs.git
/__w/repo-mirrors/global_i18n.git
/__w/repo-mirrors/multimedia_av_codec.git
/__w/repo-mirrors/update_updater.git
Expand Down

0 comments on commit e5f99c1

Please sign in to comment.