Skip to content

Commit

Permalink
Merge branch 'main' into zhangal/phoenixpro
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz authored Jan 17, 2024
2 parents 3be0871 + 9394320 commit 17f2b27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: CI

on:
push:
pull_request:

push:

jobs:
build:
Expand All @@ -12,7 +10,7 @@ jobs:
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Grant execute permission
run: chmod +x gradlew
- name: Build robot code
Expand Down

0 comments on commit 17f2b27

Please sign in to comment.