🚀 Smarter CI with GitHub Actions Cache for Ansible (aka “Stop Downloading the Internet”)

Mood: Slightly annoyed at CI pipelines 🧨CI runs shouldn't feel like molasses. Here's how I got Ansible to stop downloading the internet. You're welcome. Let’s get one thing straight: nobody likes waiting on CI.Not you. Not me. Not even the coffee you brewed while waiting for Galaxy roles to install — again. So I said “nope” and made it snappy. Enter: GitHub Actions Cache + Ansible + a generous helping of grit and retries. 🧙‍♂️ Why cache your Ansible Galaxy […]

https://amedee.be/%f0%9f%9a%80-smarter-ci-with-github-actions-cache-for-ansible-aka-stop-downloading-the-internet/

I’ve quite a lengthy experience with #GitHubWorkflows, but not up to the point where I can claim I’m an expert. However, I recently developed a new workflow, and it prompted me to write this post. Feel free to add your own.

GitHub workflows #TipsAndTricks

https://blog.frankel.ch/github-workflows-tips-tricks/

GitHub workflows tips and tricks

I’ve quite a lengthy experience with GitHub workflows, but not up to the point where I can claim I’m an expert. However, I recently developed a new workflow, and it prompted me to write this post. Feel free to add your own. What are GitHub workflows? A workflow is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered m

A Java geek

I'll be next week at @voxxed_lu to present a new talk about end-to-end Pull Request #testing when your target environment is #Kubernetes.

Come and let's chat!

#CICD #pipelines #GitHubWorkflows

I always find it a bit confusing to create workflows in GitHub, but when there, they can be really helpful, so I keep on struggling. For @govdirectory I just tried to make the script that checks that the results of a query matches the expected count to run when someone makes a count that changes one or more of those queries: https://github.com/govdirectory/website/pull/450

#githubworkflows #CI

Add workflow that runs query checker script by Ainali · Pull Request #450 · govdirectory/website

Description Add workflow that runs query checker script on pull request. Issue Reference Fixes #436 PR Details Type of Change Bug fix New feature Breaking change Documentation update Code ref...

GitHub
Mitigating Attack Vectors in GitHub Workflows – Open Source Security Foundation

Periodic reminder that #programming in #yaml is the absolute worst. #ansible #github #githubworkflows #devops
Thanks to #AutoDeploy with #GithubWorkflows I did a month ago, and after introducing the concept of #GitHub to my girlfriend, she’s able to correct my typos in our websites without any knowledge in server, #Hugo, #HTML, #CSS or even deployment. 🙂
(And she don’t need me for it!)
#IndieDev