Skip to content

Commit 17f2b27

Browse files
authored
Merge branch 'main' into zhangal/phoenixpro
2 parents 3be0871 + 9394320 commit 17f2b27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: CI
22

33
on:
4-
push:
5-
pull_request:
6-
4+
push:
75

86
jobs:
97
build:
@@ -12,7 +10,7 @@ jobs:
1210
container: wpilib/roborio-cross-ubuntu:2024-22.04
1311
steps:
1412
- name: Checkout repository
15-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1614
- name: Grant execute permission
1715
run: chmod +x gradlew
1816
- name: Build robot code

0 commit comments

Comments
 (0)