Skip to content

Commit b6eb871

Browse files
committed
[GR-34492] Ignore push events for mirrored PRs.
PullRequest: graal/10074
2 parents ed6d791 + d94afac commit b6eb871

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: GraalVM Gate
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'github/**'
57
paths-ignore:
68
- '.travis.yml'
79
- '.github/workflows/quarkus.yml'
@@ -123,7 +125,7 @@ jobs:
123125
env: ${{ matrix.env }}
124126
run: |
125127
mkdir jdk-dl
126-
${MX_PATH}/mx fetch-jdk --jdk-id ${JDK} --to jdk-dl --alias ${JAVA_HOME}
128+
${MX_PATH}/mx --java-home= fetch-jdk --jdk-id ${JDK} --to jdk-dl --alias ${JAVA_HOME}
127129
- name: Update dependency cache
128130
if: ${{ contains(matrix.env.GATE, 'debug') || contains(matrix.env.GATE, 'style') }}
129131
run: sudo apt update

0 commit comments

Comments
 (0)