Comment out push, pull_request, and schedule triggers in workflow files
This commit is contained in:
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
# push:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 6 * * *"
|
||||
# schedule:
|
||||
# - cron: "0 6 * * *"
|
||||
|
||||
env:
|
||||
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
|
8
.github/workflows/poetry.yml
vendored
8
.github/workflows/poetry.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Poetry
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
# push:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 6 * * *"
|
||||
# schedule:
|
||||
# - cron: "0 6 * * *"
|
||||
|
||||
env:
|
||||
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
|
8
.github/workflows/uv.yml
vendored
8
.github/workflows/uv.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: uv
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
# push:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 6 * * *"
|
||||
# schedule:
|
||||
# - cron: "0 6 * * *"
|
||||
|
||||
env:
|
||||
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
|
Reference in New Issue
Block a user