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,9 +1,9 @@
name: 'Tests of push & pull' name: 'Tests of push & pull'
on: on:
push: # push:
# branches: [ main ] # branches: [ main ]
pull_request: # pull_request:
# branches: [ main ] # branches: [ main ]
env: env:

View file

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

View file

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