Skip to content

Commit

Permalink
Merge pull request #5419 from AenBleidd/vko_run_all_actions_nightly_i…
Browse files Browse the repository at this point in the history
…nstead_weekly_except_coverity

[CI] Run all actions nightly instead of weekly except coverity
  • Loading branch information
AenBleidd authored Nov 6, 2023
2 parents 123e0e1 + 515d0da commit 058a809
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 058a809

Please sign in to comment.