summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:36:10 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:36:10 -0400
commit1cca0e47b673ad8c50d1e480d786053e2db98c9f (patch)
tree2e7ac3aa27623ee8114b25ed0b43ff4068dac4e7 /.github
parentd0b41f13b6081bb7ebd47abad68c4c4cf2de9a06 (diff)
downloadsdl_ios-1cca0e47b673ad8c50d1e480d786053e2db98c9f.tar.gz
Fixed spacing
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ed8c1625d..29b95a240 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,13 +3,13 @@ name: SmartDeviceLink Tests
# This workflow is triggered on a push or pull request.
on:
# Runs the workflow when someone pushes to any repository branch.
- push:
+ push
# Runs the workflow only when someone opens a pull request (there are a bunch of activity types that can trigger a workflow that we don't want - like labeling, assigning, and locking the PR). The "push" trigger will generate a new workflow if a push is made to a pull request branch.
pull_request:
types: [opened]
# Runs the workflow every 5 minutes on the master branch
schedule:
- - cron: '5 * * * *' # runs every 5 minutes
+ - cron: '5 * * * *'
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'