Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Exclude some GitHub links in the Check Links workflow #3299

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Conversation

seisman
Copy link
Member

@seisman seisman commented Jun 20, 2024

@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog labels Jun 20, 2024
@seisman seisman added this to the 0.13.0 milestone Jun 20, 2024
.github/workflows/check-links.yml Show resolved Hide resolved
@@ -67,7 +69,7 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Create Issue From File
if: env.lychee_exit_code != 0
if: env.lychee_exit_code != 0 && github.event_name != 'workflow_dispatch'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure about this? Do we not want an issues to be opened on workflow_dispatch runs (i.e. when we manually trigger the workflow for testing)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I've changed my mind and removed it.

.github/workflows/check-links.yml Outdated Show resolved Hide resolved
.github/workflows/check-links.yml Show resolved Hide resolved
@seisman seisman changed the title CI: Exclude some GitHub links and do not open issues for workflow_dispatch event CI: Exclude some GitHub links in the Check Links workflow Jun 21, 2024
@seisman seisman merged commit b47ba7a into main Jun 21, 2024
7 checks passed
@seisman seisman deleted the ci/check-links branch June 21, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link Checker Report on 2024-06-20
2 participants