Skip to content

Commit

Permalink
Create ref-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Nov 6, 2024
1 parent f970015 commit 386efc9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ref-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Reference latest Smooks artifacts

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
ref-latest:
uses: smooks/.github/.github/workflows/ref-latest.yml@master
secrets: inherit

0 comments on commit 386efc9

Please sign in to comment.