Skip to content

Commit

Permalink
Reorder comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed May 10, 2024
1 parent e20b878 commit cd7a603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
local-links-check:
runs-on: ubuntu-latest
#jobs.external-links-check.if: ${{ always() }}
needs: build
steps:
- uses: actions/cache@v4
Expand All @@ -45,14 +46,15 @@ jobs:
cmd_params: >
--buffer-size=8192 --color=always --skip-tls-verification
--include="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/"
#--include="^https://rspamd[.]com/${{ github.event.repository.name }}/"
--exclude="^https://github[.]com/rspamd/rspamd[.]com/edit/master/"
--exclude="^https://${{ github.repository_owner }}[.]github[.]io/${{ github.event.repository.name }}/(doc/lua/((lua|rspamd)_.+|ucl)[.]html(#.+)?|.*#top)$"
#--include="^https://rspamd[.]com/${{ github.event.repository.name }}/"
#--exclude="^https://rspamd[.]com/${{ github.event.repository.name }}/."
debug: true

external-links-check:
runs-on: ubuntu-latest
#jobs.local-links-check.if: ${{ always() }}
needs: build
steps:
- uses: actions/cache@v4
Expand Down

0 comments on commit cd7a603

Please sign in to comment.