Skip to content

Commit

Permalink
📝 Chore(Actions): Rename to auto-build.yml, only run on 2,4,6 in a …
Browse files Browse the repository at this point in the history
…week.
  • Loading branch information
Dynesshely committed May 31, 2023
1 parent a4bb99e commit 03e4d3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: daily-build
name: auto-build

on:
schedule:
- cron: '0 6 * * *'
- cron: '0 6 * * 2,4,6'

jobs:
build:
Expand Down

0 comments on commit 03e4d3b

Please sign in to comment.