Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm committed May 23, 2024
1 parent bee9eee commit 4c03926
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/mirror_demos.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
name: mirror-demos
on:
workflow_dispatch:
inputs:
dry_run:
description: 'Run the sync in dry-run mode'
required: false
default: false
type: boolean
push:
branches:
- demo_images
permissions:
contents: read
jobs:
Expand Down Expand Up @@ -43,5 +39,5 @@ jobs:
# yamllint disable rule:indentation
run: |
cd scripts/regclient
regbot once ${{ github.event.inputs.dry_run && ' --dry-run' }} --config regbot_demos.yaml
regbot once --dry-run --config regbot_demos.yaml
# yamllint enable rule:indentation

0 comments on commit 4c03926

Please sign in to comment.