Skip to content

Commit e512598

Browse files
committed
Run workflows on PR and remove pycodestyle, rely on flake8 only
Signed-off-by: Aaron Chong <[email protected]>
1 parent 3b3cfa0 commit e512598

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

.github/workflows/nav1-integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nav1-integration-tests
22

3-
on: push
3+
on: [pull_request, push]
44

55
jobs:
66
integration-tests:

.github/workflows/nav2-integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nav2-integration-tests
22

3-
on: push
3+
on: [pull_request, push]
44
defaults:
55
run:
66
shell: bash

.github/workflows/style.yaml

-22
This file was deleted.

.github/workflows/unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unit-tests
22

3-
on: push
3+
on: [pull_request, push]
44

55
jobs:
66
unit-tests:

0 commit comments

Comments
 (0)