Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Jul 24, 2024
0 parents commit cf74ada
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/level-0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test Workflow

defaults:
run:
shell: bash --noprofile --norc -euo pipefail {0}

on:
workflow_dispatch:

jobs:
call-reusable-workflow:
uses: alliepiper/test_gha_infra/.github/workflows/level-1.yml@v1

0 comments on commit cf74ada

Please sign in to comment.