fix: Broken workflows

This commit is contained in:
Marcel Cruz 2022-12-05 15:14:51 +01:00
parent 6820765ccc
commit a507c901f3
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
name: 'Tests of push & pull'
on:
workflow_dispatch:
# push:
# branches: [ main ]
# pull_request:

View file

@ -1,6 +1,7 @@
name: 'Tests of validate package'
on:
workflow_dispatch:
# push:
# branches: [ main ]
# pull_request:

View file

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