Skip to content

Commit e5234d1

Browse files
committed
[GR-61695] Fix and improve GHA gate.
PullRequest: graal/19926
2 parents a4ae979 + b4e7f27 commit e5234d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ on:
5757
- '**.md'
5858
- '**.jsonnet'
5959
- '**.libjsonnet'
60+
schedule:
61+
- cron: '30 0 * * 1'
6062
# Enable manual dispatch of the workflow
6163
# see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
6264
workflow_dispatch:
@@ -231,6 +233,7 @@ jobs:
231233
timeout-minutes: 60
232234
env:
233235
MX_PYTHON: 'python'
236+
PYTHONIOENCODING: 'utf-8'
234237
steps:
235238
- name: Checkout oracle/graal
236239
uses: actions/checkout@v4

0 commit comments

Comments
 (0)