File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2024, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2024, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# The Universal Permissive License (UPL), Version 1.0
38
38
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
39
# SOFTWARE.
40
40
#
41
- name : Nightly Micronaut Tests
41
+ name : Weekly Micronaut Tests
42
42
43
43
on :
44
44
push :
48
48
paths :
49
49
- ' .github/workflows/micronaut.yml'
50
50
schedule :
51
- - cron : ' 0 2 * * * '
51
+ - cron : ' 0 2 * * 1 '
52
52
workflow_dispatch :
53
53
54
54
env :
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2020, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2020, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# The Universal Permissive License (UPL), Version 1.0
38
38
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
39
# SOFTWARE.
40
40
#
41
- name : Nightly Quarkus Tests
41
+ name : Weekly Quarkus Tests
42
42
43
43
on :
44
44
push :
48
48
paths :
49
49
- ' .github/workflows/quarkus.yml'
50
50
schedule :
51
- - cron : ' 0 3 * * * '
51
+ - cron : ' 0 3 * * 1 '
52
52
workflow_dispatch :
53
53
54
54
env :
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2024, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2024, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# The Universal Permissive License (UPL), Version 1.0
38
38
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
39
# SOFTWARE.
40
40
#
41
- name : Nightly Spring Tests
41
+ name : Weekly Spring Tests
42
42
43
43
on :
44
44
push :
48
48
paths :
49
49
- ' .github/workflows/spring.yml'
50
50
schedule :
51
- - cron : ' 0 4 * * * '
51
+ - cron : ' 0 4 * * 1 '
52
52
workflow_dispatch :
53
53
54
54
env :
You can’t perform that action at this time.
0 commit comments