Delete User-Agent updater action
Since it's updated with TDesktop sources, it's mostly useless for me.
This commit is contained in:
parent
1927ab7955
commit
fbcc54f13a
1 changed files with 0 additions and 18 deletions
18
.github/workflows/user_agent_updater.yml
vendored
18
.github/workflows/user_agent_updater.yml
vendored
|
|
@ -1,18 +0,0 @@
|
||||||
name: User-agent updater.
|
|
||||||
|
|
||||||
on:
|
|
||||||
repository_dispatch:
|
|
||||||
types: ["Restart user_agent_updater workflow."]
|
|
||||||
schedule:
|
|
||||||
# At 00:00 on day-of-month 1.
|
|
||||||
- cron: "0 0 1 * *"
|
|
||||||
pull_request_target:
|
|
||||||
types: [closed]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
User-agent:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: desktop-app/action_code_updater@master
|
|
||||||
with:
|
|
||||||
type: "user-agent"
|
|
||||||
Loading…
Add table
Reference in a new issue