Skip to content

Commit

Permalink
Merge pull request #104 from i3drobotics/SVTK-103
Browse files Browse the repository at this point in the history
SVTK-103: Rename pull request github action
  • Loading branch information
benknight135 authored Nov 29, 2021
2 parents f2657bd + 3476b23 commit 0658a8b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Pull Request Review
name: Pull Request

# only trigger on main branch pull request open / edit events
# used to test code before merging
on:
pull_request:
branches: [ main ]
types: [ opened, edited, synchronize, reopened ]
types: [ opened, synchronize, reopened ]


jobs:
temp-build:
runs-on: ubuntu-latest
steps:
- run: |
echo Pull Request Review disabled until faster build process is implemented.
echo Pull Request build disabled until faster build process is implemented.
build:
# [DISABLED] until faster build process is implemented
Expand Down

0 comments on commit 0658a8b

Please sign in to comment.