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

Enhance Github Workflows #294

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Enhance Github Workflows #294

merged 1 commit into from
Nov 21, 2024

Conversation

a-hassanin
Copy link
Contributor

@a-hassanin a-hassanin commented Nov 19, 2024

This PR incorporate feedback from #290 (comment)

In addition to some details:

  • add dependabot.yml to find any outdated GitHub Actions
  • add .golangci.yml increasing the timeout to 3m for the windows-runners
  • For the go work flow: replace shell steps with separate unit and integration tests
  • Make the ruby and go workflows run only when changes are made into the corresponding source folders
  • Enable workflow_dispatch to allow manual triggering of the workflow actions
  • Enable on-push workflows only on the master branch to avoid multiple redundant runs on a pull request

@a-hassanin a-hassanin force-pushed the enhance-github-workflows branch from 902be07 to 18e36c8 Compare November 19, 2024 18:05
@a-hassanin a-hassanin force-pushed the enhance-github-workflows branch from 18e36c8 to 8e25510 Compare November 19, 2024 18:10
@jpalermo jpalermo merged commit 84afe53 into master Nov 21, 2024
2 checks passed
@jpalermo jpalermo deleted the enhance-github-workflows branch November 21, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants