mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
Disabling action
This commit is contained in:
16
.github/workflows/update-stats.yaml
vendored
16
.github/workflows/update-stats.yaml
vendored
@@ -1,13 +1,13 @@
|
||||
name: GitHub Profile Stats
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
# run everyday at 12:00 UTC
|
||||
- cron: "0 12 * * *"
|
||||
workflow_dispatch:
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# schedule:
|
||||
# # run everyday at 12:00 UTC
|
||||
# - cron: "0 12 * * *"
|
||||
# workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
|
||||
Reference in New Issue
Block a user