Skip to content

Commit

Permalink
add a dummy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Sep 11, 2023
1 parent 9a54935 commit 7861bc2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dummy-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Dummy workflow

on:
push:
branches:
- main
- master
- renovate/**
pull_request:

jobs:
dumy:
name: Build and push image
runs-on: ubuntu-latest
steps:
- run: |
echo This workflow exists always gracefully so that renovate reads the success
echo and merge all updates automatically.
exit 0

0 comments on commit 7861bc2

Please sign in to comment.