Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change to 6am and 8pm PT & remove tar verification
  • Loading branch information
lahirumaramba authored Jan 12, 2021
commit af5f6626ec37d0d8a382530243750bce55f096e3
7 changes: 1 addition & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Nightly Builds
on:
# Runs every day at 06:00 AM (PT) and 06:00 PM (PT) / 02:00 AM (UTC) and 02:00 PM (UTC)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets make it 6AM and 8PM so it's well out of work hours for everybody.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to 6am and 8pm PT. Thanks!

schedule:
- cron: "0 2,14 * * *"
- cron: "0 4,14 * * *"

jobs:
nightly:
Expand Down Expand Up @@ -66,8 +66,3 @@ jobs:
with:
name: dist
path: dist

- name: Verify tarball
run: |
PACKAGE_TARBALL=`ls firebase-admin-*.tgz`
./.github/scripts/verify_package.sh $PACKAGE_TARBALL