Skip to content

Commit

Permalink
Merge pull request #7 from PelicanPlatform/haoming29-allow-manual-sub…
Browse files Browse the repository at this point in the history
…module-update

Add manual dispatch to update-submodules GHA
  • Loading branch information
haoming29 authored Feb 26, 2024
2 parents e7603b7 + 54ae6c0 commit 19cc81b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update Submodules
on:
schedule:
- cron: '*/15 * * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all

Expand Down

0 comments on commit 19cc81b

Please sign in to comment.