Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 12, 2023
1 parent d22ce83 commit b65cbd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Sanity Check

on:
workflow_run:
workflows: ["Build Preview"]

jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "it works"

0 comments on commit b65cbd5

Please sign in to comment.