summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:47:55 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:47:55 -0400
commit4fe7ad40daa4a3637723c390886fe5729323780c (patch)
tree28a3d8dc8f213bfb49180a30c6a775d8336c5df6 /.github
parent57d900e142d165b8d8c94cd12de016a517bd734f (diff)
downloadsdl_ios-4fe7ad40daa4a3637723c390886fe5729323780c.tar.gz
Fixed status badge in README
- removed webhook for scheduling task Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bbd916295..c8a2f56ef 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,9 +7,6 @@ on:
# 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 * * * *'
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'