Skip to content

Commit

Permalink
Merge pull request #267 from boegel/docs_software_update_cron
Browse files Browse the repository at this point in the history
run workflow to update overview of available software only twice a day
  • Loading branch information
trz42 authored Aug 21, 2024
2 parents 0f6ce6c + 5c4f00b commit 9c0bc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_available_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Update overview of available software in EESSI
on:
workflow_dispatch:
schedule:
# run every 4 hours
- cron: '0 */4 * * *'
# run twice a day (noon + midnight)
- cron: '0 */12 * * *'
jobs:
update_available_software:
if: github.repository_owner == 'EESSI' # Prevent running on forks
Expand Down

0 comments on commit 9c0bc84

Please sign in to comment.