diff --git a/.github/workflows/airserver.yml b/.github/workflows/airserver.yml index f94d56af..45e90bbc 100644 --- a/.github/workflows/airserver.yml +++ b/.github/workflows/airserver.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 5 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/eclipse.yml b/.github/workflows/eclipse.yml index 08f1e724..e80f7fa1 100644 --- a/.github/workflows/eclipse.yml +++ b/.github/workflows/eclipse.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 15 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","15 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/hashcheck.yml b/.github/workflows/hashcheck.yml index b33f1453..1f929722 100644 --- a/.github/workflows/hashcheck.yml +++ b/.github/workflows/hashcheck.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 25 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","25 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/ilspy.yml b/.github/workflows/ilspy.yml index c42c338b..1f39b010 100644 --- a/.github/workflows/ilspy.yml +++ b/.github/workflows/ilspy.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 35 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","35 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/imdisk.yml b/.github/workflows/imdisk.yml index 449712fe..bdae861b 100644 --- a/.github/workflows/imdisk.yml +++ b/.github/workflows/imdisk.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 45 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","45 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/kodi.yml b/.github/workflows/kodi.yml index e4a56eed..2e60d1dd 100644 --- a/.github/workflows/kodi.yml +++ b/.github/workflows/kodi.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 55 0-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","55 0-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/lavfilters.yml b/.github/workflows/lavfilters.yml index 188cdcd0..a67edb6f 100644 --- a/.github/workflows/lavfilters.yml +++ b/.github/workflows/lavfilters.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 5 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/marble.yml b/.github/workflows/marble.yml index 51234ae3..99adacf5 100644 --- a/.github/workflows/marble.yml +++ b/.github/workflows/marble.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 15 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","15 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/procexp.yml b/.github/workflows/procexp.yml index 83b8558b..ac81f777 100644 --- a/.github/workflows/procexp.yml +++ b/.github/workflows/procexp.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 25 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","25 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/procmon.yml b/.github/workflows/procmon.yml index f5319bcb..71cb100e 100644 --- a/.github/workflows/procmon.yml +++ b/.github/workflows/procmon.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 35 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","35 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/sabnzbd.yml b/.github/workflows/sabnzbd.yml index 6aecb519..94b01755 100644 --- a/.github/workflows/sabnzbd.yml +++ b/.github/workflows/sabnzbd.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 45 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","45 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/serviio.yml b/.github/workflows/serviio.yml index 0aa8621d..8434a015 100644 --- a/.github/workflows/serviio.yml +++ b/.github/workflows/serviio.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 55 1-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","55 1-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/stellarium.yml b/.github/workflows/stellarium.yml index 67af8503..4d1eb46e 100644 --- a/.github/workflows/stellarium.yml +++ b/.github/workflows/stellarium.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 5 2-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 2-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/strawberryperl.yml b/.github/workflows/strawberryperl.yml index 36f6cb69..c50acbcb 100644 --- a/.github/workflows/strawberryperl.yml +++ b/.github/workflows/strawberryperl.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 15 2-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","15 2-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/subtitleedit.yml b/.github/workflows/subtitleedit.yml index f139bf32..82da6027 100644 --- a/.github/workflows/subtitleedit.yml +++ b/.github/workflows/subtitleedit.yml @@ -22,7 +22,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 25 2-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -37,7 +37,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","25 2-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: test: ${{ github.event_name == 'pull_request' || github.event.schedule == '0 4 * * *' || inputs.type == 'Test' }} diff --git a/.github/workflows/vscodium.yml b/.github/workflows/vscodium.yml index 1f04a410..f297dc90 100644 --- a/.github/workflows/vscodium.yml +++ b/.github/workflows/vscodium.yml @@ -24,7 +24,7 @@ on: - update_vars.ps1 schedule: - cron: 0 4 * * * # Scheduled test - - cron: 5 */6 * * * # Scheduled update + - cron: 35 2-23/6 * * * # Scheduled update workflow_dispatch: # Manual run inputs: type: @@ -39,7 +39,7 @@ on: jobs: job: - name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","5 */6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} + name: ${{ fromJSON(format('{{"pull_request":"Test","push":"Update","schedule":"{0}","workflow_dispatch":"{1}"}}', fromJSON('{"0 4 * * *":"Test","35 2-23/6 * * *":"Update"}')[github.event.schedule], inputs.type))[github.event_name] }} uses: ./.github/workflows/.common.yml with: packages: vscodium, vscodium.install, vscodium.portable