Skip to content

Commit

Permalink
feat: change check proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed Mar 21, 2024
1 parent 42f0966 commit 1ed3fda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Check and push proxies

on:
schedule:
- cron: '0 */3 * * *'
push:
branches:
- main
workflow_run:
workflows: ["get_proxies"]
types:
- completed

permissions:
contents: write

jobs:
scrape_and_push_proxies:
test_proxies:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write

jobs:
scrape_and_push_proxies:
get_proxies:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 1ed3fda

Please sign in to comment.