Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: Pietro Monticone <[email protected]>
Co-Authored-By: Claudio Moroni <[email protected]>
  • Loading branch information
3 people committed Dec 7, 2021
1 parent c7b498f commit e07fd2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ name: update

# Choose when the workflow should run
## Run the workflow at every push
# on: [push]
on: [push]
## Run the workflow every 6 minutes (see https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#scheduled-events)
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '59 23 * * 3'
# Workflows are made of concurrent jobs, and every job is made of sequenctial steps. Steps may invoce actions.
# on:
# schedule:
# # * is a special character in YAML so you have to quote this string
# - cron: '59 23 * * 3'
# # Workflows are made of concurrent jobs, and every job is made of sequenctial steps. Steps may invoce actions.
jobs:
# Name of the job
build:
Expand Down

0 comments on commit e07fd2f

Please sign in to comment.