Skip to content

Commit 0346681

Browse files
authored
Merge pull request EESSI#205 from boegel/update_available_software_cron
fix another syntax error in workflow to update overview of available software
2 parents dcf1e86 + 096972b commit 0346681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_available_software.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update overview of available software in EESSI
22
on:
3-
- workflow_dispatch:
4-
- schedule:
3+
workflow_dispatch:
4+
schedule:
55
# run every 4 hours
66
- cron: '0 */4 * * *'
77
jobs:

0 commit comments

Comments
 (0)