Skip to content

Commit 7a98162

Browse files
committed
[GR-61267] Run microservices workflows Monday mornings.
PullRequest: graal/19774
2 parents 939b77f + f1eee0d commit 7a98162

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/micronaut.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
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.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# The Universal Permissive License (UPL), Version 1.0
@@ -38,7 +38,7 @@
3838
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3939
# SOFTWARE.
4040
#
41-
name: Nightly Micronaut Tests
41+
name: Weekly Micronaut Tests
4242

4343
on:
4444
push:
@@ -48,7 +48,7 @@ on:
4848
paths:
4949
- '.github/workflows/micronaut.yml'
5050
schedule:
51-
- cron: '0 2 * * *'
51+
- cron: '0 2 * * 1'
5252
workflow_dispatch:
5353

5454
env:

.github/workflows/quarkus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
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.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# The Universal Permissive License (UPL), Version 1.0
@@ -38,7 +38,7 @@
3838
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3939
# SOFTWARE.
4040
#
41-
name: Nightly Quarkus Tests
41+
name: Weekly Quarkus Tests
4242

4343
on:
4444
push:
@@ -48,7 +48,7 @@ on:
4848
paths:
4949
- '.github/workflows/quarkus.yml'
5050
schedule:
51-
- cron: '0 3 * * *'
51+
- cron: '0 3 * * 1'
5252
workflow_dispatch:
5353

5454
env:

.github/workflows/spring.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
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.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# The Universal Permissive License (UPL), Version 1.0
@@ -38,7 +38,7 @@
3838
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3939
# SOFTWARE.
4040
#
41-
name: Nightly Spring Tests
41+
name: Weekly Spring Tests
4242

4343
on:
4444
push:
@@ -48,7 +48,7 @@ on:
4848
paths:
4949
- '.github/workflows/spring.yml'
5050
schedule:
51-
- cron: '0 4 * * *'
51+
- cron: '0 4 * * 1'
5252
workflow_dispatch:
5353

5454
env:

0 commit comments

Comments
 (0)