Skip to content

Commit

Permalink
MTX-1170 Matrix new file naming of data files
Browse files Browse the repository at this point in the history
Signed-off-by: Spirillen <pdns@protonmail.com>
  • Loading branch information
spirillen committed Oct 28, 2024
1 parent fe8c9d1 commit 384b6d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
run: |
pip install --no-cache-dir mypdns
- name: 'Sort our lists for doublets and order by alphabet'
run: sh "${{ github.workspace }}/tools/domain-list-sort.sh
- name: Create source.csv list
run: |
bash "${{ github.workspace }}/scripts/update_active_lists.sh"
# - name: 'Sort our lists for doublets and order by alphabet'
# run: sh "${{ github.workspace }}/tools/domain-list-sort.sh

- name: 'Sort our rpz-nsdname for doublets and order by alphabet'
run: |
Expand Down

0 comments on commit 384b6d0

Please sign in to comment.