Skip to content

Commit

Permalink
Merge pull request #4 from openlayers/test-workflow
Browse files Browse the repository at this point in the history
Test workflow
  • Loading branch information
tschaub authored Sep 12, 2023
2 parents d22ce83 + b65cbd5 commit dac839b
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 dac839b

Please sign in to comment.