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'
|
||||
|
||||
on:
|
||||
push:
|
||||
# branches: [ main ]
|
||||
pull_request:
|
||||
# branches: [ main ]
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
|
||||
env:
|
||||
FILENAME: README.md
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
name: 'Tests of validate package'
|
||||
|
||||
on:
|
||||
push:
|
||||
# branches: [ main ]
|
||||
pull_request:
|
||||
# branches: [ main ]
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
|
||||
jobs:
|
||||
unittest:
|
||||
|
||||
2
.github/workflows/validate_links.yml
vendored
2
.github/workflows/validate_links.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: 'Validate links'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# workflow_dispatch:
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user