Skip to content

Commit

Permalink
Merge pull request #2591 from ballerina-platform/revert-2586-maintain…
Browse files Browse the repository at this point in the history
…-daily-build

Revert "Disable Daily Full Builds"
  • Loading branch information
xlight05 authored Nov 21, 2023
2 parents b1faf67 + 5cb0c6e commit ae12fc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-full-build-2201.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Daily Full Build Pipeline (2201.7.x)

on:
workflow_dispatch:
# schedule:
# - cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)
schedule:
- cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)

env:
PATCH_LEVEL: 2201.7.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-full-build-2201.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Daily Full Build Pipeline (2201.8.x)

on:
workflow_dispatch:
# schedule:
# - cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)
schedule:
- cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)

env:
PATCH_LEVEL: 2201.8.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-full-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Daily Full Build Pipeline (master)

on:
workflow_dispatch:
# schedule:
# - cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)
schedule:
- cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)

env:
PATCH_LEVEL: master
Expand Down

0 comments on commit ae12fc1

Please sign in to comment.