mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-02-12 04:29:23 +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:
|
||||
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
|
||||
steps:
|
||||
- name: Restore Geodat Cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user