Skip to content

Commit

Permalink
[GR-61697] Backport to 24.2: Fix and improve GHA gate.
Browse files Browse the repository at this point in the history
PullRequest: graal/19927
  • Loading branch information
fniephaus committed Jan 28, 2025
2 parents 2e09512 + 2191e0d commit 29060f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ on:
- '**.md'
- '**.jsonnet'
- '**.libjsonnet'
schedule:
- cron: '30 0 * * 1'
# Enable manual dispatch of the workflow
# see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
Expand Down Expand Up @@ -230,6 +232,7 @@ jobs:
timeout-minutes: 60
env:
MX_PYTHON: 'python'
PYTHONIOENCODING: 'utf-8'
steps:
- name: Checkout oracle/graal
uses: actions/checkout@v4
Expand Down

0 comments on commit 29060f4

Please sign in to comment.