Skip to content

Commit 93b0781

Browse files
committed
260203.205250.CET reshceduling flang tests
1 parent b4cca3c commit 93b0781

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test_aflang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88
schedule:
9-
- cron: '0 4 1-31/3 * *'
9+
- cron: '0 4 1-31/4 * *'
1010
# Trigger the workflow manually
1111
workflow_dispatch:
1212
inputs:

.github/workflows/test_armflang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
#pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
77
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88
schedule:
9-
- cron: '0 16 5-31/5 * *'
9+
- cron: '0 4 4-31/4 * *'
1010
# Trigger the workflow manually
1111
workflow_dispatch:
1212
inputs:

.github/workflows/test_flang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
77
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88
schedule:
9-
- cron: '0 4 2-31/3 * *'
9+
- cron: '0 4 2-31/4 * *'
1010
# Trigger the workflow manually
1111
workflow_dispatch:
1212
inputs:

.github/workflows/test_nvfortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
77
# Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88
schedule:
9-
- cron: '0 4 3-31/3 * *'
9+
- cron: '0 4 3-31/4 * *'
1010
# Trigger the workflow manually
1111
workflow_dispatch:
1212
inputs:

0 commit comments

Comments
 (0)