diff --git a/.github/workflows/test_of_push_and_pull.yml b/.github/workflows/test_of_push_and_pull.yml index af4cb32..6ba2126 100644 --- a/.github/workflows/test_of_push_and_pull.yml +++ b/.github/workflows/test_of_push_and_pull.yml @@ -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 diff --git a/.github/workflows/test_of_validate_package.yml b/.github/workflows/test_of_validate_package.yml index 1099c98..114b298 100644 --- a/.github/workflows/test_of_validate_package.yml +++ b/.github/workflows/test_of_validate_package.yml @@ -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: diff --git a/.github/workflows/validate_links.yml b/.github/workflows/validate_links.yml index 862d5d2..4460147 100644 --- a/.github/workflows/validate_links.yml +++ b/.github/workflows/validate_links.yml @@ -1,7 +1,7 @@ name: 'Validate links' on: - workflow_dispatch: + # workflow_dispatch: # schedule: # - cron: '0 0 * * *'