File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 fail-fast : false
2525 matrix :
2626 include :
27- # FreeBSD 15 with latest packages
27+ # FreeBSD 15 with quarterly packages (stable default)
2828 - freebsd_version : " 15"
29- pkg_branch : latest
29+ pkg_branch : quarterly
3030 push_latest : " --push-latest"
3131
32- # FreeBSD 15 with quarterly packages
32+ # FreeBSD 15 with latest packages (bleeding edge)
3333 - freebsd_version : " 15"
34- pkg_branch : quarterly
34+ pkg_branch : latest
3535 push_latest : " "
3636
3737 steps :
@@ -106,7 +106,7 @@ jobs:
106106 retention-days : 30
107107
108108 - name : Discord notification
109- if : always() && (matrix.pkg_branch == 'latest ' || job.status == 'failure')
109+ if : always() && (matrix.pkg_branch == 'quarterly ' || job.status == 'failure')
110110 env :
111111 DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
112112 run : |
You can’t perform that action at this time.
0 commit comments