We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2899878 + 46ec9cb commit 4e29ce0Copy full SHA for 4e29ce0
2 files changed
.github/workflows/check.yml
@@ -4,10 +4,6 @@ on:
4
# Runs on pushes targeting any branch and on pull requests
5
push:
6
pull_request:
7
- schedule:
8
- # rebuild every day at 2:13 UTC, to apply any change to the crosswalk
9
- # table made in https://github.com/codemeta/codemeta
10
- - cron: "13 2 * * *"
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
.github/workflows/deploy.yml
@@ -4,6 +4,10 @@ on:
# Runs on pushes targeting the default branch
branches: ["master"]
+ schedule:
+ # rebuild every day at 2:13 UTC, to apply any change to the crosswalk
+ # table made in https://github.com/codemeta/codemeta
+ - cron: "13 2 * * *"
0 commit comments