Skip to content

Commit

Permalink
Enable merge groups at CI (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored Mar 29, 2023
1 parent 20efea4 commit c5e4965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: code

on:
push:
merge_group:
schedule:
- cron: '0 20 * * 0'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**'
tags:
- 'v*.*.*'
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: toml

on:
push:
merge_group:
schedule:
- cron: '0 20 * * 0'

Expand Down

0 comments on commit c5e4965

Please sign in to comment.