Skip to content

Commit 4aa3ac7

Browse files
Update windows10-Enter.yml
1 parent dda7f14 commit 4aa3ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows10-Enter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: GraalVM smoke tests
22

33
on:
4-
pull_request: {}
4+
push:
55
permissions: read-all
66
jobs:
77
build:
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up JDK 1.8
23-
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
23+
uses: actions/setup-java@v4
2424
with:
2525
distribution: 'temurin'
2626
java-version: '8'

0 commit comments

Comments
 (0)