Skip to content

Commit

Permalink
Merge pull request #809 from Alfresco/feature/CIN-1052/skip-publish-s…
Browse files Browse the repository at this point in the history
…napshot-artifacts-job-for-scheduled-run

[CIN-1052]/[1298] skip publish_snapshot_artifacts job when nightly tests are run
  • Loading branch information
azakrzewski-hy authored Jan 17, 2025
2 parents 50fec9c + 9bb3756 commit ca69c1d
Showing 1 changed file with 1 addition 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 @@ -298,6 +298,7 @@ jobs:
!(failure() || cancelled()) &&
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) &&
github.event_name != 'pull_request' &&
github.event_name != 'schedule' &&
!contains(github.event.head_commit.message, '[skip build]')
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca69c1d

Please sign in to comment.