Skip to content

Commit

Permalink
feat: run every 24 h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 14, 2024
1 parent e97972c commit b1abc2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build linux-x86_64 dependencies

on: [push, workflow_dispatch]

on:
push:
schedule:
# Runs every 24 hours
- cron: "0 */24 * * *"
workflow_dispatch:

# Prevent concurrent auto-commits
concurrency:
group: auto-commit-linux-x86_64
Expand Down

0 comments on commit b1abc2d

Please sign in to comment.