mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
disable download/ping on push/pr
This commit is contained in:
parent
6f636ceaac
commit
2dc77b6ff2
2 changed files with 0 additions and 7 deletions
2
.github/workflows/download.yml
vendored
2
.github/workflows/download.yml
vendored
|
@ -8,8 +8,6 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
5
.github/workflows/ping.yml
vendored
5
.github/workflows/ping.yml
vendored
|
@ -5,11 +5,6 @@ name: Daily Remote Node Ping
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue