Skip to content

.github/workflows: Add build_check.yml. #1

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

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

Conversation

ederjc
Copy link
Member

@ederjc ederjc commented Mar 26, 2025

By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

CONTRIBUTING.md also tells you what to expect in the PR process.

Description
This pull request introduces a new GitHub Actions workflow to perform build checks on various events such as pushes, pull requests, and scheduled cron jobs.

Key changes include:

  • Added a new workflow configuration file .github/workflows/build_check.yml to define the build-check workflow.

    • The workflow triggers on pushes to master and main branches, any tags, and pull requests to any branch.
    • It also includes a scheduled run on the first Friday of every month at 3:30 AM UTC.
    • The job call-workflow uses a predefined workflow from Infineon/arduino-devops repository.

@ederjc ederjc force-pushed the devops/build-examples branch 6 times, most recently from a714824 to ad67a0b Compare March 31, 2025 10:58
@ederjc ederjc force-pushed the devops/build-examples branch from ad67a0b to 0f1a65f Compare March 31, 2025 11:01
@ederjc ederjc marked this pull request as ready for review March 31, 2025 12:11
@ederjc ederjc requested a review from OlafFilies March 31, 2025 12:12
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