Skip to content

Commit

Permalink
[CI] Trigger slow build on PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 16, 2025
1 parent f54c139 commit 16f5f87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
types: [opened, synchronize]
branches:
- master
- 'release/**'

concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- '**'
schedule:
- cron: '0 12 * * *'
pull_request:
types: [opened, synchronize]
branches:
- master
- 'release/**'

concurrency:
group: slow-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 16f5f87

Please sign in to comment.