Skip to content

Commit

Permalink
ACS-6356 Run ES tests only on master, release branches and on PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland committed Dec 4, 2023
1 parent 9a153c4 commit e7c185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
name: ${{ matrix.testSuite }} | TAS tests (Search API)
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
if: >
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/' || github.event_name == 'pull_request') &&
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
!contains(github.event.head_commit.message, '[skip search]') &&
!contains(github.event.head_commit.message, '[skip tests]')
strategy:
Expand Down

0 comments on commit e7c185e

Please sign in to comment.