mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-22 16:38:58 +02:00
[ci] Move workflows to .forgejo (#3808)
Primarily to prevent mirrors from trying to run bogus actions. Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3808
This commit is contained in:
parent
bb71ace365
commit
6e76014824
8 changed files with 0 additions and 0 deletions
19
.github/workflows/sources.yml
vendored
19
.github/workflows/sources.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
name: tx-src
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
sources:
|
||||
runs-on: source
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push New Sources
|
||||
run: |
|
||||
export PATH=/usr/lib/qt6/bin:$PATH
|
||||
./tools/translations/qt-source.sh
|
||||
tx-cli push -s
|
||||
Loading…
Add table
Add a link
Reference in a new issue