Skip to content

Commit

Permalink
Update build_blocklist.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Hernán <[email protected]>
  • Loading branch information
Isaaker authored Oct 26, 2024
1 parent fa21f96 commit de9df68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ jobs:
# Remove the duplicated Blocklist domains
- name: Remove duplicated domains
run: python3 ${{ github.WORKSPACE }}/${{ steps.extract_branch.outputs.branch }}/scripts/remove_duplicated.py

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

# Run the Blocklist converter
- name: Build blocklist
run: python3 ${{ github.WORKSPACE }}/${{ steps.extract_branch.outputs.branch }}/scripts/update_lists.py
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

# Update the current Pull Request
- name: Update the Pull Request
Expand Down

0 comments on commit de9df68

Please sign in to comment.