Skip to content

chore: Update O'Reilly Artifact Demo workflow name #11

chore: Update O'Reilly Artifact Demo workflow name

chore: Update O'Reilly Artifact Demo workflow name #11

Workflow file for this run

name: Test Approval Workflow
on:
push:
branches:
- main
workflow_dispatch:
jobs:
hello-world-job:
runs-on: ubuntu-latest
environment: prod
steps:
- name: Print Hello World
run: echo "Hello world"