Difference between revisions of "GitHub Actions: schedule:"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
     # Publish semver tags as releases.
 
     # Publish semver tags as releases.
 
     tags: [ 'v*.*.*' ]
 
     tags: [ 'v*.*.*' ]
   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: