Sebastián Ramírez
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
0 additions and
15 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/pre-commit.yml
-
.github/workflows/test-redistribute.yml
-
.github/workflows/test.yml
|
|
@ -4,10 +4,6 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
pull_request: |
|
|
pull_request: |
|
|
types: |
|
|
|
|
|
- opened |
|
|
|
|
|
- synchronize |
|
|
|
|
|
|
|
|
|
|
|
permissions: {} |
|
|
permissions: {} |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
|
|
|
@ -2,10 +2,6 @@ name: pre-commit |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
pull_request: |
|
|
pull_request: |
|
|
types: |
|
|
|
|
|
- opened |
|
|
|
|
|
- synchronize |
|
|
|
|
|
|
|
|
|
|
|
permissions: {} |
|
|
permissions: {} |
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
|
|
|
@ -5,10 +5,6 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
pull_request: |
|
|
pull_request: |
|
|
types: |
|
|
|
|
|
- opened |
|
|
|
|
|
- synchronize |
|
|
|
|
|
|
|
|
|
|
|
permissions: {} |
|
|
permissions: {} |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
|
|
|
@ -5,9 +5,6 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
pull_request: |
|
|
pull_request: |
|
|
types: |
|
|
|
|
|
- opened |
|
|
|
|
|
- synchronize |
|
|
|
|
|
schedule: |
|
|
schedule: |
|
|
# cron every week on monday |
|
|
# cron every week on monday |
|
|
- cron: "0 0 * * 1" |
|
|
- cron: "0 0 * * 1" |
|
|
|