Skip to content

Commit

Permalink
Update lending workflows to add path
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsutoshi committed Apr 4, 2021
1 parent 15f1c41 commit 214a827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lending.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
schedule:
- cron: '0 */8 * * *'
push:
paths:
- '.github/workflows/lending.yml'
- 'main.py'
jobs:
lending:
runs-on: [ubuntu-latest]
Expand Down
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#! /usr/bin/env python
# automate lending offer

import os
import argparse
Expand All @@ -9,7 +8,6 @@
import hmac
from typing import Any

import requests
from requests import Request, Session


Expand Down

0 comments on commit 214a827

Please sign in to comment.