
GitHub Actions – New settings to enable actions
We have introduced the ability for enterprises to enable or disable GitHub Actions for specific organizations. GitHub organization admins can also opt in or opt out specific repositories from using…
We have introduced the ability for enterprises to enable or disable GitHub Actions for specific organizations. GitHub organization admins can also opt in or opt out specific repositories from using…
We’ve added new billing REST API endpoints for Actions and Packages. You can monitor your GitHub Actions and GitHub Packages charges and usage for the current billing period for a…
We have released the ability to delete completed workflow runs in the Actions tab. If you have write access to the repository, you can now see a new option to…
We have released a new version of the GitHub Actions runner. Features Resolve action download info from server (#508, #515, #550) Print runner and machine name to log. (#539) Bugs…
You can now create workflows that are manually triggered with the new workflow_dispatch event. You will then see a ‘Run workflow’ button on the Actions tab, enabling you to easily…
Dependabot can now keep your GitHub Actions workflows using the latest, greatest, and most secure actions. Check out the full blog post to learn more.
GitHub Actions makes it easy to automate all your software workflows, from continuous integration and delivery to issue triage and more. Whether you want to build a container, deploy a…
You can now create workflow templates, making it easier to promote best practices and consistency across your organization. Workflow templates are defined in a .github repository, enabling you to leverage…
Background Machine Learning Operations (or MLOps) enables Data Scientists to work in a more collaborative fashion, by providing testing, lineage, versioning, and historical information in an automated way. Because the…
We have released v2 versions of the cache actions. New features: Added support for caching multiple paths, wildcard patterns path or single file path Increased performance and improved cache sizes…
We have released a new version of the GitHub Actions runner. Bugs Handle jq returns “null” if the field does not exist in create-latest-svc.sh (#478) Switch GITHUB_URL to GITHUB_SERVER_URL (#482)…
You can now re-run all jobs after a successful run. Previously, it was only possible to re-run all jobs if one or more jobs failed. For questions, visit the GitHub…
We’ve added two new endpoints to the GitHub Actions API that provide insight into the billable time used by your workflows. The following endpoints are now available for you to…
We will be enforcing self-hosted runner updates to version 2.168.0 or later on June 1st, 2020. No disruption to self-hosted runners is expected if updates are enabled as recommended. If…
We have released a new version of the GitHub Actions runner. Features Sample scripts to automate scalable runners (#427) Raise warning when action input does not match action.yml (#429) Add…
You can now see which version of our hosted virtual environments your job was executed on. In the Set up job portion of your logs you will now find: Operating…
We have released a v2 version of the setup-python action. New features: Ability to download, set up, and install Python packages from actions/python-versions that do not come preinstalled on GitHub-hosted…
We have released v2 versions of the upload-artifact and download-artifact actions. The actions have been completely rewritten using typescript in contrast to the v1 versions which are plugins tied to…
GitHub Actions now supports self-hosted runners at the organization level, where they can be used to process jobs for multiple repositories in an organization. The Actions API has been updated…
GitHub Actions continues its community momentum and ships new features for enterprises and developers.
Anybody with write access to the repo will be able to delete the logs just clicking a button in the workflow run page. The metadata about the workflow run will…
Build what’s next on GitHub, the place for anyone from anywhere to build anything.