We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3228704 commit c44474bCopy full SHA for c44474b
.github/workflows/ParseRelaysDotDat.yaml
@@ -2,14 +2,10 @@
2
name: ParseRelaysDotDat
3
4
on:
5
- push:
6
- paths:
7
- - "**Relays.dat"
8
- - ".github/workflows/ParseRelaysDotDat.yaml"
9
pull_request:
10
paths:
11
- "**Relays.dat"
12
+ # - ".github/workflows/ParseRelaysDotDat.yaml"
13
14
jobs:
15
ParseRelaysDotDat:
@@ -23,5 +19,7 @@ jobs:
23
19
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
24
20
ls
25
21
22
+ # TODO: find Relays.dat file in diff
+
26
- name: Run ParseRelaysDotDat
27
- run: ./ParseRelaysDotDat.exe --help
+ run: ./ParseRelaysDotDat.exe Relays.dat
0 commit comments