Skip to content

Commit c2bc549

Browse files
authored
Update testing workflows (#9854)
* Fix typo of prerelease workflow. * Update schedule of notices generation which could be involved to nightly report.
1 parent 887a72a commit c2bc549

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/notice_generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- '.github/workflows/notice_generation.yml'
77
- '.github/actions/notices_generation**'
88
schedule:
9-
# Run every day at 5am (PST) - cron uses UTC times
10-
- cron: '0 13 * * *'
9+
# Run every day at 2am (PST) - cron uses UTC times
10+
- cron: '0 10 * * *'
1111
jobs:
1212
generate_a_notice:
1313
# Don't run on private repo.

.github/workflows/prerelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
cd scripts/create_spec_repo/
9595
swift build
9696
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/Firebase/SpecsTesting.git
97-
BOT_TOKEN="${botaccess}" ${GITHUB_WORKSPACE}/scripts/third_party/travis/retry.sh .build/debug/spec-repo-builder /
98-
--sdk-repo "${local_sdk_repo_dir}" /
99-
--local-spec-repo-name "${local_repo}" /
100-
--sdk-repo-name SpecsTesting /
101-
--github-account Firebase /
102-
--pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://github.com/CocoaPods/Specs.git" /
97+
BOT_TOKEN="${botaccess}" ${GITHUB_WORKSPACE}/scripts/third_party/travis/retry.sh .build/debug/spec-repo-builder \
98+
--sdk-repo "${local_sdk_repo_dir}" \
99+
--local-spec-repo-name "${local_repo}" \
100+
--sdk-repo-name SpecsTesting \
101+
--github-account Firebase \
102+
--pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://github.com/CocoaPods/Specs.git" \
103103
--include-pods "${targeted_pod}" --keep-repo
104104
- name: Clean Artifacts
105105
if: ${{ always() }}

0 commit comments

Comments
 (0)