Skip to content

Commit

Permalink
add on: workflow-call to make scheduled workflow function
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Nov 11, 2024
1 parent 5036824 commit 5a8afdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on:
push
push:
schedule:
- cron: 20 0 * * *
jobs:
build:
strategy:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/scheduled.yml

This file was deleted.

0 comments on commit 5a8afdb

Please sign in to comment.