chore: Turn off workflows

This commit is contained in:
Marcel Cruz 2022-12-05 15:12:43 +01:00
parent 4c969d54fd
commit 6820765ccc
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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:

View file

@ -1,7 +1,7 @@
name: 'Validate links'
on:
workflow_dispatch:
# workflow_dispatch:
# schedule:
# - cron: '0 0 * * *'