renovate?
/ renovate (push) Failing after 9s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:38:32 +00:00
parent e706264fe4
commit e2b9182595
2 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# because we're testing the renovate part a lot, disabling this job
# on: [push]
on:
push:
branches:
- 'notmain'
jobs:
test:
runs-on: docker

View File

@ -1,12 +1,12 @@
on:
workflow_dispatch:
inputs:
number1_default:
description: "Number with default"
required: false
default: 100
schedule:
- cron: "3 3 * * *"
# workflow_dispatch:
# inputs:
# number1_default:
# description: "Number with default"
# required: false
# default: 100
#schedule:
#- cron: "3 3 * * *"
push:
branches:
- 'main'