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

GitHub workflow improvements #1405

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tdug
Copy link

@tdug tdug commented Jun 25, 2024

This is an improvement I eyeballed for improving readability/maintainability. Maintainers - feel free to close if there is no interest in this.

@tdug tdug changed the title GitHub workflow improvements [DRAFT] GitHub workflow improvements Jun 25, 2024
@tdug tdug force-pushed the tdug/github-workflow-improvements branch 11 times, most recently from 976f2b3 to a2231b0 Compare June 25, 2024 17:57
@tdug tdug force-pushed the tdug/github-workflow-improvements branch from a2231b0 to 4be8d50 Compare June 25, 2024 17:58
name: Check CLA

on:
pull_request:
Copy link
Author

Choose a reason for hiding this comment

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

This could be changed in a future PR to support pull_request_target.

@tdug tdug changed the title [DRAFT] GitHub workflow improvements GitHub workflow improvements Jun 25, 2024
jobs:
check-cla:
runs-on: ubuntu-latest
continue-on-error: ${{ github.repository_owner != 'juce' }}
Copy link
Author

Choose a reason for hiding this comment

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

This allows this step to be skipped in forks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant