Skip to content

Commit

Permalink
.github/workflows/is-tested-enough: check Built-on notes
Browse files Browse the repository at this point in the history
Builds-required: none
  • Loading branch information
t184256 committed Oct 14, 2023
1 parent 221e541 commit adfe273
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/is-tested-enough.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "git notes Built-on: checks"
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
is-tested-enough:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: .maint/tools/is-tested-enough

0 comments on commit adfe273

Please sign in to comment.