mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-02-15 05:53:14 +03:00
Workflows: Fix Actions' manual dispatch for assets update (#4378)
This commit is contained in:
parent
5033cbceea
commit
a71762b5da
@ -21,7 +21,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
geodat:
|
geodat:
|
||||||
if: github.event.schedule == '30 22 * * *' || github.event_name == 'push'|| github.event_name == 'pull_request'
|
if: github.event.schedule == '30 22 * * *' || github.event_name == 'push'|| github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Geodat Cache
|
- name: Restore Geodat Cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user