Skip to content

Commit 4a51efa

Browse files
authored
Temporarily skip running workflow that doesn't appear to be valid (#486)
* Temporarily skip running workflow that doesn't appear to be valid * Add trigger on wf file * Remove paths-ignore for ci-nym-vpn-desktop-rust
1 parent 7e09c16 commit 4a51efa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-nym-vpn-core.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
paths:
77
- "nym-vpn-core/**"
8+
- ".github/workflows/ci-nym-vpn-core.yml"
89
workflow_dispatch:
910

1011
env:
@@ -217,5 +218,5 @@ jobs:
217218
run: |
218219
cargo clippy --target aarch64-apple-ios -p nym-vpn-lib -- -Dwarnings
219220
220-
build-nym-vpn-android:
221-
uses: ./.github/workflows/build-nym-vpn-android.yml
221+
# build-nym-vpn-android:
222+
# uses: ./.github/workflows/build-nym-vpn-android.yml

.github/workflows/ci-nym-vpn-desktop-rust.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: ci-nym-vpn-desktop-rust
33
on:
44
workflow_dispatch:
55
pull_request:
6-
paths-ignore:
7-
- "nym-vpn-x/**"
8-
- "nym-vpn-apple/**"
9-
- "nym-vpn-android/**"
6+
paths:
7+
- "nym-vpn-core/**"
8+
- "nym-vpn-desktop/**"
109

1110
env:
1211
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)