Skip to content

Commit

Permalink
first step towards gh workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzsprung committed Apr 10, 2024
1 parent 4370ae4 commit 8d36c1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-run-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
workflow_dispatch:
inputs:
onRollback:
required: true
default: false
description: "Whether the workflow was triggered on rollback"
jobs:
echo:
runs-on: ubuntu-22.04
steps:
- name: echo
run: "echo auto-run-check (on_rollback: ${{ github.event.inputs.onRollback }})"

0 comments on commit 8d36c1c

Please sign in to comment.