From fd812c1e5ff502a13df59c5bec57167e553e3b4c Mon Sep 17 00:00:00 2001 From: sbp-bvanb Date: Thu, 31 Oct 2024 18:28:31 +0100 Subject: [PATCH] build: GoModUpdater does not work due to missing 'dependencies' label --- .github/workflows/gomod-go-version-updater.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gomod-go-version-updater.yml b/.github/workflows/gomod-go-version-updater.yml index c2679fa..bbbbd32 100644 --- a/.github/workflows/gomod-go-version-updater.yml +++ b/.github/workflows/gomod-go-version-updater.yml @@ -1,8 +1,9 @@ --- name: gomod-go-version-updater-action "on": - schedule: - - cron: "42 5 * * 1-5" + push: + # schedule: + # - cron: "42 5 * * 1-5" permissions: contents: write pull-requests: write @@ -11,4 +12,4 @@ jobs: gomod-go-version-updater-action: runs-on: ubuntu-22.04 steps: - - uses: schubergphilis/gomod-go-version-updater-action@v0.1.5 + - uses: schubergphilis/gomod-go-version-updater-action@72-label-dependencies