Skip to content

Commit

Permalink
Revert concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilas committed Jun 22, 2023
1 parent 691e5f6 commit 8433537
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:

jobs:
update:
concurrency: ${{ inputs.test && github.run_id || 'update' }}

name: Update ${{ github.workflow }}
runs-on: windows-latest
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/airserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclipse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hashcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imdisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kodi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lavfilters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/marble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/procexp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/procmon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sabnzbd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/serviio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stellarium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strawberryperl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subtitleedit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vscodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8433537

Please sign in to comment.