mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
fix: Broken workflows
This commit is contained in:
parent
6820765ccc
commit
a507c901f3
3 changed files with 3 additions and 1 deletions
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 * * *'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue