Skip to content

Commit 3f88de4

Browse files
committed
-Yscala-release support: temporarily enable forward compat community build tests to run always
1 parent f2aede6 commit 3f88de4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,12 @@ jobs:
327327
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
328328
- ${{ github.workspace }}/../../cache/general:/root/.cache
329329
if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
330+
|| github.event_name == 'push'
331+
|| (
332+
github.event_name == 'pull_request'
333+
&& !contains(github.event.pull_request.body, '[skip ci]')
334+
&& !contains(github.event.pull_request.body, '[skip community_build]')
335+
)
330336
|| (
331337
github.event_name == 'workflow_dispatch'
332338
&& github.repository == 'lampepfl/dotty'

0 commit comments

Comments
 (0)