Skip to content

Commit

Permalink
ci: schedule syntax fix for bump-ff-version.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
MLenterman authored Oct 28, 2024
1 parent 11067f8 commit 3a37add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-ff-version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Bump F!F Version

on:
schedule:
- cron: '0 5 * * 1' # At 05:00 on Monday.
workflow_dispatch:
schedule:
- cron: '0 5 * * 1' # At 05:00 on Monday.
inputs:
ff-version-tag:
description: 'F!F version tag requested to update in your project to. It has to be after 8.0.1(including).'
Expand Down

0 comments on commit 3a37add

Please sign in to comment.