Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit fd020ba

Browse files
authoredFeb 15, 2024··
Create review.yml
1 parent d8ed573 commit fd020ba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.github/workflows/review.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Ask for approval before run
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
environment: demo-environment
10+
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v2
14+
15+
- name: Echo Hello
16+
run: echo "Approved workflow completed"

0 commit comments

Comments
 (0)
This repository has been archived.