Skip to content

Commit

Permalink
Update update_ip_blocks_nigeria.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ripeart authored Oct 28, 2024
1 parent e38fc50 commit 3522f59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_ip_blocks_nigeria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: |
pip install requests PyGithub
- name: Run the script
run: python update_ip_blocks.py
continue-on-error: true # Continue even if the script fails with exit code 1
- name: Run the update script
run: |
python ./update_ip_blocks_nigeria.py
continue-on-error: true

- name: Check if changes were made
run: |
Expand Down

0 comments on commit 3522f59

Please sign in to comment.