11name : Serial Loops Official Build
22run-name : " Official release build for Serial Loops"
33on :
4- # schedule:
5- # - cron: '35 0 * * *'
6- # - cron: '35 4 * * *'
7- # - cron: '35 8 * * *'
8- # - cron: '35 12 * * *'
9- # - cron: '35 16 * * *'
10- # - cron: '35 20 * * *'
114 push :
125 branches :
136 - ' main'
@@ -26,25 +19,11 @@ permissions:
2619 contents : write
2720
2821env :
29- SLVersion : ${{ inputs.version == '' && format('0.3 .apre.{0}', github.run_number) || inputs.version }}
30- SLAssemblyVersion : ${{ inputs.version == '' && format('0.3 .8888.{0}', github.run_number) || inputs.version }}
22+ SLVersion : ${{ inputs.version == '' && format('0.4 .apre.{0}', github.run_number) || inputs.version }}
23+ SLAssemblyVersion : ${{ inputs.version == '' && format('0.4 .8888.{0}', github.run_number) || inputs.version }}
3124
3225jobs :
33- # check-new-commits:
34- # runs-on: ubuntu-latest
35- # steps:
36- # - name: Check out
37- # uses: actions/checkout@v4
38- # - name: Check if new commits
39- # run: echo "NEW_COMMIT_COUNT=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_ENV
40- # if: ${{ github.event_name == 'schedule' }}
41- # - name: Pass because dispatched
42- # run: echo "NEW_COMMIT_COUNT=1" >> $GITHUB_ENV
43- # if: ${{ github.event_name != 'schedule' }}
44-
4526 linux-flatpak-setup :
46- # needs: check-new-commits
47- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
4827 runs-on : ubuntu-latest
4928 steps :
5029 - name : Check out
11392
11493 linux-appimage :
11594 runs-on : ubuntu-latest
116- # needs: check-new-commits
117- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
11895 steps :
11996 - name : Check out
12097 uses : actions/checkout@v4
@@ -146,8 +123,6 @@ jobs:
146123 retention-days : 1
147124
148125 linux-dpkg-tarball :
149- # needs: check-new-commits
150- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
151126 runs-on : ubuntu-latest
152127 steps :
153128 - name : Check out
@@ -192,8 +167,6 @@ jobs:
192167 retention-days : 1
193168
194169 linux-rpm :
195- # needs: check-new-commits
196- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
197170 runs-on : ubuntu-latest
198171 container :
199172 image : fedora:39
@@ -218,8 +191,6 @@ jobs:
218191 retention-days : 1
219192
220193 macos-pkg :
221- # needs: check-new-commits
222- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
223194 runs-on : macos-latest
224195 strategy :
225196 matrix :
@@ -267,8 +238,6 @@ jobs:
267238 retention-days : 1
268239
269240 windows :
270- # needs: check-new-commits
271- # if: ${{ github.env.NEW_COMMIT_COUNT > 0 }}
272241 runs-on : windows-latest
273242 steps :
274243 - name : Check out
@@ -306,7 +275,6 @@ jobs:
306275 retention-days : 1
307276
308277 release :
309- # if: ${{ github.env.NEW_COMMIT_COUNT != '0' }}
310278 runs-on : ubuntu-latest
311279 needs : [ linux-flatpak, linux-appimage, linux-dpkg-tarball, linux-rpm, macos-pkg, windows ]
312280 steps :
0 commit comments