mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
chore: remove sync workflow
This commit is contained in:
14
.github/workflows/sync.yml
vendored
14
.github/workflows/sync.yml
vendored
@@ -1,14 +0,0 @@
|
|||||||
name: GB Redis Setup Sync
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run:
|
|
||||||
uses: glowingblue/flarum-workflow-sync/.github/workflows/sync.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
tag: ${{ github.ref_name }}
|
|
||||||
@@ -37,12 +37,6 @@
|
|||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repositories": {
|
|
||||||
"extiverse": {
|
|
||||||
"type": "composer",
|
|
||||||
"url": "https://extiverse.com/composer/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"GlowingBlue\\RedisSetup\\": "src/"
|
"GlowingBlue\\RedisSetup\\": "src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user