mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feat: disable sync owrt releases
This commit is contained in:
6
.github/workflows/run-release.yml
vendored
6
.github/workflows/run-release.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Sync OpenWRT Releases
|
name: Sync OpenWRT Releases
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '0 0 */3 * *' # Проверка новых релизов раз в три дня
|
# - cron: '0 0 */3 * *' # Проверка новых релизов раз в три дня
|
||||||
workflow_dispatch: # Возможность вручную запустить Action
|
workflow_dispatch: # Возможность вручную запустить Action
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -63,4 +63,4 @@ jobs:
|
|||||||
if: needs.sync-releases.outputs.release_exists == 'false'
|
if: needs.sync-releases.outputs.release_exists == 'false'
|
||||||
uses: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml@master
|
uses: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml@master
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.sync-releases.outputs.release_tag }}
|
tag_name: ${{ needs.sync-releases.outputs.release_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user