🔧 chore(ci): automate superpowers sync workflow
Update Third-party Superpowers / Update thirdparty/skill snapshot (push) Successful in 1m19s
Update Third-party Superpowers / Update thirdparty/skill snapshot (push) Successful in 1m19s
run the thirdparty superpowers snapshot updater on a daily schedule. trigger sync-superpowers automatically when thirdparty/skill is updated and cover the new automation with workflow tests.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: Sync Superpowers Skills
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- thirdparty/skill
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
@@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
concurrency:
|
||||
group: thirdparty-superpowers-update-${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user