Skip to content

Commit

Permalink
Update build-bsa-uefi.yml (ARM-software#204)
Browse files Browse the repository at this point in the history
- changed cron job schedule
  • Loading branch information
amrathesh authored Sep 11, 2023
1 parent 115a814 commit c34e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bsa-uefi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
schedule:
- cron: '0 4 * * *' # runs at 10 AM IST (4 AM UTC) every day
- cron: '30 17 * * *' # Runs everyday at 11 PM IST (17:30 UTC)
workflow_dispatch: # to dispatch from Github Actions

jobs:
Expand Down

0 comments on commit c34e16c

Please sign in to comment.