Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Mar 6, 2024
1 parent 6ae5698 commit d8e7aa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-blocklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git commit -m "Download blocklists and update files"
git push
else
echo "No changes to commit"
echo "Canceled. No changes to commit."
fi
env:
GITHUB_TOKEN: ${{ secrets.SEFINEK_ACTIONS_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/generate-blocklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git commit -m "Update committed blocklist files"
git push
else
echo "No changes to commit"
echo "Canceled. No changes to commit."
fi
env:
GITHUB_TOKEN: ${{ secrets.SEFINEK_ACTIONS_PAT }}
33 changes: 0 additions & 33 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit d8e7aa1

Please sign in to comment.