Difference between revisions of "GitHub Actions: schedule:"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
   [[pull_request:]]
 
   [[pull_request:]]
 
     branches: [ $default-branch ]
 
     branches: [ $default-branch ]
 +
 +
 +
on:
 +
  [[workflow_dispatch:]]
 +
  schedule:
 +
    - [[cron:]] '0 */6 * * *' # “At minute 0 past every 6th hour.”
  
 
== Related ==
 
== Related ==
Line 17: Line 23:
  
 
== See also ==
 
== See also ==
 +
* {{on}}
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}

Latest revision as of 06:28, 6 June 2024

Advertising: