Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai authored and liushuyu committed Dec 11, 2024
1 parent d464ffa commit 9b24d5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tum-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- "topics/*.toml"
- ".github/workflows/tum-*"
pull_request:
paths:
- "topics/*.toml"
- ".github/workflows/tum-*"
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -37,12 +39,11 @@ jobs:
shell: bash
run: |
rsync \
--ignore-existing \
-v \
-av \
-e "ssh \
-o IdentityFile=$HOME/.ssh/id_ed25519 \
-o UserKnownHostsFile=$HOME/.ssh/known_hosts" \
/tmp/dists/* \
/tmp/dists/ \
${USER}@repo.aosc.io:/var/cache/p-vector/extra-dists/
ssh \
-v \
Expand Down

0 comments on commit 9b24d5a

Please sign in to comment.