chore: Turn off workflows
This commit is contained in:
8
.github/workflows/test_of_push_and_pull.yml
vendored
8
.github/workflows/test_of_push_and_pull.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: 'Tests of push & pull'
|
name: 'Tests of push & pull'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
# branches: [ main ]
|
# branches: [ main ]
|
||||||
pull_request:
|
# pull_request:
|
||||||
# branches: [ main ]
|
# branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FILENAME: README.md
|
FILENAME: README.md
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
name: 'Tests of validate package'
|
name: 'Tests of validate package'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
# branches: [ main ]
|
# branches: [ main ]
|
||||||
pull_request:
|
# pull_request:
|
||||||
# branches: [ main ]
|
# branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unittest:
|
unittest:
|
||||||
|
|||||||
2
.github/workflows/validate_links.yml
vendored
2
.github/workflows/validate_links.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: 'Validate links'
|
name: 'Validate links'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '0 0 * * *'
|
# - cron: '0 0 * * *'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user