Skip to content

Commit c44474b

Browse files
committed
tweak trigger and command
1 parent 3228704 commit c44474b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ParseRelaysDotDat.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
name: ParseRelaysDotDat
33

44
on:
5-
push:
6-
paths:
7-
- "**Relays.dat"
8-
- ".github/workflows/ParseRelaysDotDat.yaml"
95
pull_request:
106
paths:
117
- "**Relays.dat"
12-
- ".github/workflows/ParseRelaysDotDat.yaml"
8+
# - ".github/workflows/ParseRelaysDotDat.yaml"
139

1410
jobs:
1511
ParseRelaysDotDat:
@@ -23,5 +19,7 @@ jobs:
2319
curl -O https://bigfix-wiki.hcltechsw.com/wikis/form/anonymous/api/wiki/9800bed4-8101-452b-930b-807aed3eb996/page/e2ee048f-bc56-4798-ba0b-e57c08a23160/attachment/71245215-dbd5-4f4a-b926-14afdd9d8f3c/media/ParseRelaysDotDat.exe
2420
ls
2521
22+
# TODO: find Relays.dat file in diff
23+
2624
- name: Run ParseRelaysDotDat
27-
run: ./ParseRelaysDotDat.exe --help
25+
run: ./ParseRelaysDotDat.exe Relays.dat

0 commit comments

Comments
 (0)