Skip to content

Commit

Permalink
prow scripts auto push (#198)
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED

Signed-off-by: Auto User <[email protected]>
Co-authored-by: Auto User <[email protected]>
  • Loading branch information
paigerube14 and Auto User committed Jul 23, 2024
1 parent 4e82e0c commit 87682b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/prow-scripts-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docker Image CI
on:
workflow_dispatch:
inputs:
test_list:
description: Only run tests that match the regular expression
default: ""
required: false

push:
branches: ['main']

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Make push to Prow-Scripts
uses: redhat-chaos/actions/prow-scripts@main
with:
AUTOPUSH: ${{ secrets.AUTOPUSH }}

0 comments on commit 87682b8

Please sign in to comment.