we don't need a new action every 3 microseconds

This commit is contained in:
Boblet 2025-04-08 10:34:24 +02:00
parent 7a49ec2cae
commit 4c501d209f

View File

@ -10,10 +10,8 @@
name: Java CI with Gradle name: Java CI with Gradle
on: on:
push: schedule:
branches: [ "master" ] - cron: "0 0 * * *"
pull_request:
branches: [ "master" ]
jobs: jobs:
build: build: