Earlier quoted context omitted.
I am not understanding something. If its the price of runs, then its not always running. If its price of the agent to exist, then thats not paying per runs- then you’re right that people tend to leave their runners online 24/7- but I’ve never worked anywhere that had workers building 24/7.
I guess some people just always have something running since it's owned hardware. Daily builds of popular OSS projects or constant vuln scans or whatever?
Pricing Changes for GitHub Actions
561–570 of 853 posts
Re: Pricing Changes for GitHub Actions
#562this is the third article about it, we know, good times are over, will start migrating towards something else
Re: Pricing Changes for GitHub Actions
#563Are there bring-your-own-agent CI platforms that don't have pricing structures like this? Buildkite and CircleCI do.
Re: Pricing Changes for GitHub Actions
#564Earlier quoted context omitted.
Takes like these do not account for the value you gained by using the software in the meantime. Here are 2 scenarios: 1) company uses exclusively free software, spends more time dealing with the shortcomings of said software than developing product, product is half baked and doesn't sell well, company dies. 2) company uses proprietary but cheap/free (as in beer) software that does the job really well, focuses on deve…
or alternative hire right people that know what they are doing and don’t need a whole lot of junk to work on and deploy. I have been coding 31 years now and don’t have the slighest clue why anyone would ever need a “github action”
Re: Pricing Changes for GitHub Actions
#565Earlier quoted context omitted.
They're squeezing their customers after locking in to juice their margins, having become a monopoly/monopsony. This is the classic enshitificaton playbook.
Nobody is locked in (unless they made some incredibly bad decisions) and this is a tiny fee in exchange for a useful service. I’m just baffled by the response to this.
In 2010, people were saying it was very reasonable to start prioritizing publishers' ability to reach you over your organic contacts. After all, Facebook is providing this utility for free; shouldn't they be able to extract some additional revenue from their platform? And here we are in 2025...
Re: Pricing Changes for GitHub Actions
#566Re: Pricing Changes for GitHub Actions
#567Re: Pricing Changes for GitHub Actions
#568Earlier quoted context omitted.
or alternative hire right people that know what they are doing and don’t need a whole lot of junk to work on and deploy. I have been coding 31 years now and don’t have the slighest clue why anyone would ever need a “github action”
There's value in enforcing checks on the server side to avoid people accidentally/maliciously merging code that doesn't pass said checks. Checks can be linters, security scanners, etc.
The first checks I setup are build and test. The rest is “extra”.