We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 397729b + cf92ecc commit 0a7a914Copy full SHA for 0a7a914
.github/workflows/action.yml
@@ -1,8 +1,7 @@
1
name: Action Workflow
2
-on: # example of hithub event's types.it can be put as object instead of aaray
3
- push:
4
- pull_request:
5
- types: [closed, assigned, opened, reopened]
+on:
+ schedule:
+ - cron: "20 * * * *"
6
jobs:
7
run-github-actions:
8
runs-on: ubuntu-latest
0 commit comments