Skip to content

Commit

Permalink
Ci updates (#34)
Browse files Browse the repository at this point in the history
* Workflow Fixes

Authored-by: Robert Brown <Robert.Brown@tmctechnologies.com>
  • Loading branch information
rjbrown2 committed Dec 16, 2021
1 parent 6f5b373 commit 1152479
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build

on:
on:
push:
branches: [ collab_main ]
pull_request:
branches: [ collab_main ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/utest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Unit Tests

on:
on:
push:
branches: [ collab_main ]
pull_request:
branches: [ collab_main ]


env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: DEBUG
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Validation Tests

on:
on:
push:
branches: [ collab_main ]
pull_request:
branches: [ collab_main ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: DEBUG
Expand Down

0 comments on commit 1152479

Please sign in to comment.