fix: Broken workflows
This commit is contained in:
1
.github/workflows/test_of_push_and_pull.yml
vendored
1
.github/workflows/test_of_push_and_pull.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: 'Tests of push & pull'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: 'Tests of validate package'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
|
||||
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