Skip to content

Commit

Permalink
Fixed not UTC+8 on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 authored Nov 1, 2024
1 parent 1167cd4 commit 9608c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build And Test Extensions

on:
schedule:
- cron: '0 20 1 * *'
- cron: '0 12 1 * *'
push:
branches: [develop]
paths:
Expand Down Expand Up @@ -185,4 +185,4 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=6144'
- name: Print Report URL
if: failure() && steps.upload.outcome == 'success'
run: echo "::notice title=Report URL for ${{ steps.project.outputs.project }}::https://reports.ericlamm.xyz/${{ github.event.repository.name }}/${{ github.run_number }}/${{ steps.project.outputs.project }}/"
run: echo "::notice title=Report URL for ${{ steps.project.outputs.project }}::https://reports.ericlamm.xyz/${{ github.event.repository.name }}/${{ github.run_number }}/${{ steps.project.outputs.project }}/"

0 comments on commit 9608c6d

Please sign in to comment.