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
|
# because we're testing the renovate part a lot, disabling this job
|
||||||
# on: [push]
|
# on: [push]
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'notmain'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
inputs:
|
# inputs:
|
||||||
number1_default:
|
# number1_default:
|
||||||
description: "Number with default"
|
# description: "Number with default"
|
||||||
required: false
|
# required: false
|
||||||
default: 100
|
# default: 100
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: "3 3 * * *"
|
#- cron: "3 3 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
Loading…
Reference in New Issue