Skip to content

Commit

Permalink
Add test action when pushing to master (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Bonnie <dbbonnie@amazon.com>
  • Loading branch information
dabonnie authored Sep 1, 2020
1 parent c86c0ae commit 92a93e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Testing workflows for colcon-bundle
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 * * * *'

Expand Down Expand Up @@ -140,4 +143,3 @@ jobs:
# join() converts the array to a string 'successfailuresuccess'
# contains() checks whether the string contains failure
metric-value: ${{ ! contains(join(needs.*.result, ''), 'failure') && ! contains(join(needs.*.result, ''), 'cancelled') }}

0 comments on commit 92a93e0

Please sign in to comment.