renovate?
/ renovate (push) Failing after 9s
Details
/ renovate (push) Failing after 9s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e706264fe4
commit
e2b9182595
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue