Skip to content

Commit

Permalink
hack hack hack
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 18, 2022
1 parent a7dedf3 commit d1c7299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,14 @@ jobs:
- run: ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh run

docs-linkcheck:
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && contains(github.event.title, 'linkcheck'))
# if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && contains(github.event.title, 'linkcheck'))
runs-on: ubuntu-latest
name: "linkcheck"
timeout-minutes: 15
steps:
- run: echo "$VAL"
env:
VAL: ${{ github.event }}
- uses: actions/[email protected]
with:
persist-credentials: false
Expand Down

0 comments on commit d1c7299

Please sign in to comment.