Skip to content

Commit

Permalink
[Java] Trigger slow build on push to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 17, 2025
1 parent cd563dc commit f584a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
types: run-slow-tests
schedule:
- cron: '0 0,12 * * *'
push:
branches:
- master
- 'release/**'
pull_request:
types: [opened, synchronize]
branches:
- master
- release/**
- 'release/**'

concurrency:
group: ci-low-cadence-${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
push:
branches:
- master
- release/**
- 'release/**'
pull_request:
types: [opened, synchronize]
branches:
- master
- release/**
- 'release/**'

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

0 comments on commit f584a3e

Please sign in to comment.