disable download/ping on push/pr

This commit is contained in:
hinto.janai 2023-04-14 14:34:15 -04:00
parent 6f636ceaac
commit 2dc77b6ff2
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 0 additions and 7 deletions

View file

@ -8,8 +8,6 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ "main" ] branches: [ "main" ]
pull_request:
branches: [ "main" ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -5,11 +5,6 @@ name: Daily Remote Node Ping
on: on:
schedule: schedule:
- cron: "0 4 * * *" - cron: "0 4 * * *"
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always